scqubits.core.symbolic_circuit#

Functions

make_branch(nodes_list, branch_type, ...)

Classes

Branch(n_i, n_f, branch_type[, parameters, ...])

Class describing a circuit branch, used in the Circuit class.

Node(index, marker)

Class representing a circuit node, and handled by Circuit.

SymbolicCircuit(nodes_list, branches_list, ...)

Describes a circuit consisting of nodes and branches.