Questions tagged [projectq]

ProjectQ is an open source software framework for quantum computing, interfacing python with various back-end simulators and quantum processors

ProjectQ is an open source python framework for creating, manipulating and executing quantum circuits. See project website, paper and github repository for more details.

6 questions
5
votes
1 answer

Bloch sphere visualization using Cirq, ProjectQ, PyQuil

Is there a way to visualize the Bloch sphere using Cirq, ProjectQ, and/or PyQuil, as it is possible using plot_bloch_vector in Qiskit?
5
votes
1 answer

How to read the unitary matrix of a quantum circuit in ProjectQ?

I would like to read the unitary matrix of a quantum circuit in ProjectQ. Is there any way to do it?
4
votes
1 answer

What techniques can be used in order to debug a quantum program

I am programming in IBM tools like Qiskit and ProjectQ but have not found any examples/tutorials to debug a quantum program. I am interested in knowing the qbits value in-between the circuit within simulator (might be difficult for real quantum…
aneela
  • 243
  • 1
  • 7
3
votes
0 answers

Implement a circuit as a matrix in ProjectQ

Suppose a have a circuit coded up in ProjectQ, suppose also it is that large to be hard enough to write it down as a unitary matrix by hands (e.g. order-finding, which is rather standard, but turns out to be very complex when you decompose the…
1
vote
1 answer

How to integrate Simulaqron on ProjectQ

I am trying to simulate quantum teleportation on ProjectQ using simulaqron (enabling me to use quantum internet for teleportation) however I am not sure if my approach is right. In the working paper of simulaqron its written that programming via…
1
vote
0 answers

projectq code hangs with only 8 qibts

I have written a simple projectq code with 8qbits in order to perform full addition but it gets stuck somewhere between without generating any error message. It worked fine for 4 qbits. def full_adder(eng,x,y,length,s,cin,cout): aux =…
aneela
  • 243
  • 1
  • 7