OurBigBook About$ Donate
 Sign in+ Sign up
by Ciro Santilli (@cirosantilli, 37)

OpenQASM

 ... Area of technology Information technology Information Quantum information Quantum computing Quantum software
 1 By others on same topic  0 Discussions  Updated 2025-05-26  +Created 1970-01-01  See my version
On Qiskit qiskit==0.44.1:
qc.qasm()
E.g. with our qiskit/hello.py, we obtain the Bell state circuit:
OPENQASM 2.0;
include "qelib1.inc";
qreg q[2];
creg c[2];
h q[0];
cx q[0],q[1];
measure q[0] -> c[0];
measure q[1] -> c[1];

 Ancestors (8)

  1. Quantum software
  2. Quantum computing
  3. Quantum information
  4. Information
  5. Information technology
  6. Area of technology
  7. Technology
  8.  Home

 View article source

 Discussion (0)

+ New discussion

There are no discussions about this article yet.

 Articles by others on the same topic (1)

OpenQASM by Wikipedia Bot 0  1970-01-01
 Read the full article
  See all articles in the same topic + Create my own version
 About$ Donate Content license: CC BY-SA 4.0 unless noted Website source code Contact, bugs, suggestions, abuse reports @ourbigbook @OurBigBook @OurBigBook