pygsti.forwardsims.torchfwdsim.StatelessCircuit

Contents

pygsti.forwardsims.torchfwdsim.StatelessCircuit#

class StatelessCircuit(spc)#

Bases: object

Helper data structure for specifying a quantum circuit (consisting of prep, applying a sequence of gates, and applying a POVM to the output of the last gate).

Methods

__init__(spc)

Parameters:

spc (SeparatePOVMCircuit)