Hi! Yesterday I wrote that one of the most important news of the last Update of the Microsoft Quantum Development Kit was the support for Mac and Linux. Well, this is achieved because the basis of Q# is the interaction of a host in .Net Core 2.0 and the connection to the Quantum Simulator. This…… Continue reading #Quantum – The key for Mac and Linux is on Visual Studio Code #VSCode
Tag: Namespace
#Quantum – La clave está en Visual Studio Code #VSCode
Buenas! Ayer comente que una de las novedades más importantes del ultimo Update de Microsoft Quantum Development Kit era el soporte para Mac y Linux. Pues bien, esto se logra ya que la base de Q# es la interacciĂłn de un host en .Net Core 2.0 y la conexiĂłn con el Quantum Simulator. Esto nos…… Continue reading #Quantum – La clave está en Visual Studio Code #VSCode
#Quantum – Improvements in the new version of Microsoft Quantum Development Kit (Linux, Mac, Python and more!)
Hi! February has been a month of events and sessions; March will be a month more dedicated to study and to build a couple of interesting projects. One of the issues that I have to take up again is Quantum Computing . I’ve already written some posts about it, and today I find a…… Continue reading #Quantum – Improvements in the new version of Microsoft Quantum Development Kit (Linux, Mac, Python and more!)
#Quantum – Mejoras en la nueva version de Microsoft Quantum Development Kit (Linux, Mac, Python y mas!)
Buenas! Febrero ha sido un mes de eventos y sesiones; Marzo será un mes mas dedicado al estudio y a build un par de proyectos interesantes. Uno de los temas que tengo que retomar es ComputaciĂłn Cuántica (A partir de ahora Quantum Computing). Ya he escrito algunos posts al respecto, y hoy me encuentro…… Continue reading #Quantum – Mejoras en la nueva version de Microsoft Quantum Development Kit (Linux, Mac, Python y mas!)
#VS2017 – Main Namespaces to be used in Q#
Hi! When we create a new Q# (extension. qs) file, this new file has a main namespace (usualy our project name) and then it includes a series of namespaces that will be used in our operations. Something similar to this image The Q# file operation template includes 2 main namespaces to be used    open…… Continue reading #VS2017 – Main Namespaces to be used in Q#
#VS2017 – Namespaces principales para usar en Q#
Buenas! Cuando creamos un fichero de Q# (extension .qs) el mismo suele estar definido por un Namespace y luego definir una serie de Namespaces que serán utilizados en nuestras operaciones Usualmente se ve asi Los 2 namespaces que por defecto se agregan desde el template son    open Microsoft.Quantum.Primitive; Este namespace da acceso a…… Continue reading #VS2017 – Namespaces principales para usar en Q#