qcs_sdk.compiler.quilc

class CompilerOpts:
def default():
class CompilationResult:
program
native_quil_metadata
class NativeQuilMetadata:
gate_volume

Get the gate_volume field from Python. Annotated with @property.

gate_depth

Get the gate_depth field from Python. Annotated with @property.

qpu_runtime_estimation

Get the qpu_runtime_estimation field from Python. Annotated with @property.

program_duration

Get the program_duration field from Python. Annotated with @property.

final_rewiring

Get the final_rewiring field from Python. Annotated with @property.

program_fidelity

Get the program_fidelity field from Python. Annotated with @property.

multiqubit_gate_depth

Get the multiqubit_gate_depth field from Python. Annotated with @property.

topological_swaps

Get the topological_swaps field from Python. Annotated with @property.

class TargetDevice:
def from_isa(isa):
def from_json(value):
class PauliTerm:
indices

Get the indices field from Python. Annotated with @property.

symbols

Get the symbols field from Python. Annotated with @property.

class ConjugateByCliffordRequest:
clifford

Get the clifford field from Python. Annotated with @property.

pauli

Get the pauli field from Python. Annotated with @property.

class ConjugatePauliByCliffordResponse:
phase

Get the phase field from Python. Annotated with @property.

pauli

Get the pauli field from Python. Annotated with @property.

class RandomizedBenchmarkingRequest:
qubits

Get the qubits field from Python. Annotated with @property.

depth

Get the depth field from Python. Annotated with @property.

interleaver

Get the interleaver field from Python. Annotated with @property.

seed

Get the seed field from Python. Annotated with @property.

gateset

Get the gateset field from Python. Annotated with @property.

class GenerateRandomizedBenchmarkingSequenceResponse:
sequence

Get the sequence field from Python. Annotated with @property.

class QuilcClient:
def new_rpcq(endpoint):
DEFAULT_COMPILER_TIMEOUT = 30.0
class QuilcError(builtins.RuntimeError):

Unspecified run-time error.

def compile_program(quil, target, client, options=None):
def compile_program_async(quil, target, client, options=None):
def get_version_info(client):
def get_version_info_async(client):
def conjugate_pauli_by_clifford(request, client):
def conjugate_pauli_by_clifford_async(request, client):
def generate_randomized_benchmarking_sequence(request, client):
def generate_randomized_benchmarking_sequence_async(request, client):