Struct roqoqo::operations::PragmaGetPauliProduct[][src]

pub struct PragmaGetPauliProduct {
    qubit_paulis: HashMap<usize, usize>,
    readout: String,
    circuit: Circuit,
}
Expand description

This PRAGMA measurement operation returns a Pauli product expectation value.

This PRAGMA Operation returns a Pauli product expectation value after applying a Rotate to another basis. It performs all of the operation on a clone of the quantum register, so that the actual quantum register remains unchanged.

Fields

qubit_paulis: HashMap<usize, usize>

The HashMap of the pauli matrix to apply to each qubit in the form {qubit: pauli}. Allowed values to be provided for ‘pauli’ are: 0 = identity, 1 = PauliX, 2 = PauliY, 3 = PauliZ.

readout: String

The name of the classical readout register.

circuit: Circuit

The measurement preparation Circuit, applied on a copy of the register before measurement.

Implementations

Returns the value of the field qubit_paulis.

Returns the value of the field readout.

Returns the value of the field circuit.

Creates a new instance of PragmaGetPauliProduct.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Lists all involved qubits.

Implements the universal basic trait Operate for this Operation.

Returns true when Operation has symbolic parameters.

Returns tags classifying the type of the Operation.

Returns hqslang name of the Operation.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Implements Substitute trait allowing to replace symbolic parameters and to perform qubit mappings.

Remaps qubits in operations in clone of the operation.

Substitutes symbolic parameters in clone of the operation.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.