scqubits.core.symbolic_circuit

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.

SymbolicCircuit(nodes_list, branches_list, ...)

Describes a circuit consisting of nodes and branches.