pennylane_calculquebec.processing.config.processing_config.FakeMonarqConfig

pennylane_calculquebec.processing.config.processing_config.FakeMonarqConfig#

pennylane_calculquebec.processing.config.processing_config.FakeMonarqConfig(machine_name: str, use_benchmark=False) ProcessingConfig#

A configuration preset that does the same thing as the default config, but adds gate and readout noise at the end. This config is deprecated. Use MonarqDefaultConfig instead, or use no config at all.

Parameters:
  • machine_name (str) – the name of the machine

  • use_benchmark (bool) – should benchmarks be used for placement, routing and mitigation?

Returns:

MonarqDefaultConfig with gate and readout error simulation

Return type:

ProcessingConfig