scqubits.core.symbolic_circuit#

Functions

parse_branch_parameters(words, branch_type)

Parses the branch parameters depending on the branch type.

process_word(word)

rtype

Union[float, symbols]

Classes

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

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

Node(id, marker)

Class representing a circuit node, and handled by Circuit.

SymbolicCircuit(nodes_list, branches_list, ...)

Describes a circuit consisting of nodes and branches.