mindquantum.io

Contents

mindquantum.io#

Input/Output module for MindQuantum.

Class#

API Name

Description

BlochScene([config])

Display a one qubit quantum state in bloch sphere.

HiQASM()

Convert a circuit to HiQASM format.

OpenQASM()

Convert a circuit to openqasm format.

QCIS()

Convert a circuit to qcis format.

Function#

API Name

Description

bprint(strings[, align, ...])

Print the information in block shape.

random_hiqasm(n_qubits, gate_num)

Generate random HiQASM supported circuit.

draw_topology(topo[, ...])

Draw a qubit topology as a svg picture.

draw_topology_plt(topo[, ...])

Draw a qubit topology with matplotlib.