#Quantum – The key for Mac and Linux is on Visual Studio Code #VSCode

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

#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#

#VS2017 – Releasing #Qubits using Reset() and ResetAll() in Q# on Microsoft Quantum Development Kit

HI! Yesterday I wrote on the MResetZ() which allows us to get the status of a Qubit and release it. Well, at the end of each Q# operation, all the used Qubits need to be released for the simulator to work properly. The following sample code will show a bad sample where a Qubit is used…… Continue reading #VS2017 – Releasing #Qubits using Reset() and ResetAll() in Q# on Microsoft Quantum Development Kit

#VS2017 – Liberando #Qubits utilizando Reset() y ResetAll() con Microsoft Quantum Development Kit

  Buenas! Ayer comente como la operaciĂłn MResetZ() nos permite obtener el estado de un Qubit y liberar al mismo. Pues bien, al final de cada operaciĂłn los Qubits tienen que ser liberados para que el simulador funcione correctamente. Nota: La palabra en inglĂ©s es Release, la traducciĂłn de “liberado” no me termina de gustar.…… Continue reading #VS2017 – Liberando #Qubits utilizando Reset() y ResetAll() con Microsoft Quantum Development Kit

#VS2017 – Using MResetZ() to reset #Qubits in Q# and Microsoft Quantum Development Kit

Hi! After an intense week of events, this week it’s my turn to go back to the Quantum Computing studio. In this particular case, to a detail that we have to keep in mind when we work with Q # When a qubit is in an eigenstate of the measurement operator, i.e., either in |0>…… Continue reading #VS2017 – Using MResetZ() to reset #Qubits in Q# and Microsoft Quantum Development Kit

#VS2017 – Utilizando MResetZ() para liberar #Qubits en Q# con Microsoft Quantum Development Kit

Hola! Despues de una semana intensa de eventos, esta semana me toca volver al estudio de Quantum Computing. En este caso en particular, a un detalle que tenemos que tener en cuenta cuando trabajamos con Q# Cuando modificamos los estados de un Qubit, en mismo puede quedar en |0> o en |1>, Los Qubits necesidad…… Continue reading #VS2017 – Utilizando MResetZ() para liberar #Qubits en Q# con Microsoft Quantum Development Kit