EmulatorBackend
- class pulser.backend.EmulatorBackend(sequence, *, config=None, mimic_qpu=False)
Bases:
BackendThe emulator backend parent class.
Attributes
default_configMethods
Executes the sequence on the backend.
Validates a given configuration for this backend.
Validates a sequence prior to submission.
Signatures
- classmethod validate_config(config)
Validates a given configuration for this backend.
- Parameters:
config (
EmulationConfig) – The configuration to validate.- Return type:
- Returns:
The full configuration that will be used by the backend if the given configuration passes validation.
- static validate_sequence(sequence, mimic_qpu=False)
Validates a sequence prior to submission.
- Return type:
None