SimulationException
QuICT.tools.exception.simulation.simulation_exception ¶
GateAlgorithmNotImplementError ¶
Bases: QuICTException
The algorithm of simulate quantum gate is not implemented.
Source code in QuICT/tools/exception/simulation/simulation_exception.py
GateTypeNotImplementError ¶
Bases: QuICTException
The given gate is not implemented in simulation.
Source code in QuICT/tools/exception/simulation/simulation_exception.py
SampleBeforeRunError ¶
Bases: QuICTException
Simulation sample before run error.
Source code in QuICT/tools/exception/simulation/simulation_exception.py
SimulationMatrixError ¶
Bases: QuICTException
Simulation Matrix Error
Source code in QuICT/tools/exception/simulation/simulation_exception.py
SimulatorOptionsUnmatchedError ¶
Bases: QuICTException
The backend and optional arguments is not matched in the simulation.
Source code in QuICT/tools/exception/simulation/simulation_exception.py
StateVectorUnmatchedError ¶
Bases: QuICTException
The State Vector is not matched the simulation.
Source code in QuICT/tools/exception/simulation/simulation_exception.py
UnitaryMatrixUnmatchedError ¶
Bases: QuICTException
The State Vector is not matched the simulation.