myqlm-notebooks icon indicating copy to clipboard operation
myqlm-notebooks copied to clipboard

Notebooks for myQLM

Results 2 myqlm-notebooks issues
Sort by recently updated
recently updated
newest added

When executing ``` from qat.lang.AQASM import Program, H, CNOT # Create a Program qprog = Program() # Number of qbits nbqbits = 2 # Allocate some qbits qbits = qprog.qalloc(nbqbits)...

Creation of a new 'algorithms' directory Add new QPE notebook in 'algorithms' directory Move old QFT notebook to new 'algorithms' directory