loom.interpreter.applicator.reset_all_data_qubits
Copyright 2024 Entropica Labs Pte Ltd
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- loom.interpreter.applicator.reset_all_data_qubits.reset_all_data_qubits(interpretation_step, operation, same_timeslice, debug_mode)[source]
Resets all data qubits of a block to a specific SingleQubitPauliEigenstate. It also adds empty Syndrome objects for the stabilizers will be deterministic in the first round of syndrome measurement cycles dependent on the initialization state. This helps to put Detectors on these deterministic measurements when the block is measured.
NOTE: Initializing a Y state may come with some caveats, as the implementation of the initialization may not be fault-tolerant for some codes. For example, in the case of the Rotated Surface Code, initializing a Y state may require distillation for it to be fault-tolerant.
- Parameters:
interpretation_step (InterpretationStep) – Interpretation step containing the blocks whose data qubits need to be reset.
operation (ResetAllDataQubits) – Reset data operation description.
same_timeslice (bool) – Flag indicating whether the operation is part of the same timestep as the previous operation.
debug_mode (bool) – Flag indicating whether the interpretation should be done in debug mode. Activating debug mode will enable commutation validation for Block
- Returns:
Interpretation step after the reset data operation.
- Return type: