Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 933 Bytes

examples.rst

File metadata and controls

29 lines (18 loc) · 933 Bytes

Python Examples

ProjectQ examples

A simple example that demonstrates how to use the SDK to create a circuit to create a Bell state, and simulate the circuit on Quantum Inspire.

examples/example_projectq_entangle.py

An example that demonstrates how to use the SDK to create a more complex circuit to run Grover's algorithm and simulate the circuit on Quantum Inspire.

examples/example_projectq_grover.py

Qiskit examples

A simple example that demonstrates how to use the SDK to create a circuit to create a Bell state, and simulate the circuit on Quantum Inspire.

examples/example_qiskit_entangle.py

A simple example that demonstrates how to use the SDK to create a circuit to demonstrate conditional gate execution.

examples/example_qiskit_conditional.py

Back to the main page <index>.