scqubits.core.symbolic_circuit_graph

Functions

make_branch(nodes_list, branch_type, idx1, ...)

make_coupler(branches_list, coupler_type, ...)

Classes

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

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

Coupler(branch1, branch2, coupling_type, ...)

Coupler class is used to define elements which couple two existing branches in the Circuit class.

Node(index[, marker])

Class representing a circuit node, and handled by Circuit.

SymbolicCircuitGraph()