Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val np : Py.Object.t
val qk : Py.Object.t
val qk_vis : Py.Object.t
val qk_qinfo : Py.Object.t
val plt : Py.Object.t
type qcircuit = Py.Object.t
val quantum_circuit : int -> int -> qcircuit
val from_qasm_str : string -> qcircuit
val from_qasm_file : string -> qcircuit
val qasm : qcircuit -> string
val depth : qcircuit -> int
val size : qcircuit -> int
val num_clbits : qcircuit -> int
val num_qubits : qcircuit -> int
val global_phase : qcircuit -> float
type qjob = Py.Object.t
type qres = Py.Object.t
type qcounts = Py.Object.t
type qstatevector = Py.Object.t
type qunitary = Py.Object.t
module Provider : sig ... end
module Aer : sig ... end
module IBMProvider : sig ... end
val execute : qcircuit -> Provider.backend -> qjob
val get_statevector : qres -> qstatevector
module Tools : sig ... end
module Visualization : sig ... end
module Quantum_info : sig ... end