Reciprocal¶ class Reciprocal[source]¶ Bases: abc.ABC Base class for reciprocal calculation. This method should initialize the module and use an exception if a component of the module is not available. Methods construct_circuit Construct the initial state circuit. sv_to_resvec Convert statevector to result vector.