pyquil.quantum_processor.transformers.qcs_isa_to_compiler_isa module

exception pyquil.quantum_processor.transformers.qcs_isa_to_compiler_isa.QCSISAParseError[source]

Bases: ValueError

Signals an error when creating a CompilerISA due to the operators in the QCS InstructionSetArchitecture. This may raise as a consequence of unsupported gates as well as missing nodes or edges.

pyquil.quantum_processor.transformers.qcs_isa_to_compiler_isa.qcs_isa_to_compiler_isa(isa: qcs_api_client.models.instruction_set_architecture.InstructionSetArchitecture) pyquil.external.rpcq.CompilerISA[source]