Struct roqoqo::operations::PragmaRandomNoise[][src]

pub struct PragmaRandomNoise {
    qubit: usize,
    gate_time: CalculatorFloat,
    depolarising_rate: CalculatorFloat,
    dephasing_rate: CalculatorFloat,
}
Expand description

The random noise PRAGMA operation.

This PRAGMA Operation applies a stochastically unravelled combination of dephasing and depolarising.

Fields

qubit: usize

The qubit the PRAGMA Operation is applied to.

gate_time: CalculatorFloat

The time (in seconds) the gate takes to be applied to the qubit on the (simulated) hardware

depolarising_rate: CalculatorFloat

The error rate of the depolarisation (in 1/second).

dephasing_rate: CalculatorFloat

The error rate of the dephasing (in 1/second).

Implementations

Returns the value of the field gate_time.

Returns the value of the field depolarising_rate.

Returns the value of the field dephasing_rate.

Creates a new instance of PragmaRandomNoise.

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.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

Implements InvolveQubits trait for the qubits involved in this Operation.

Returns a list of 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.

OperatePragmaNoise trait creating necessary functions for a PRAGMA noise Operation.

Returns the superoperator matrix of the operation. For the RandomNoise pragma, the superoperator is the effective superoperator after averaging over many trajectories: the dephasing superoperator.

Returns the gate to the power of power.

OperatePragmaNoiseProba trait creating necessary functions for a PRAGMA noise Operation.

Returns the probability of the noise gate affecting the qubit, based on its gate_time, depolarising_rate and dephasing_rate.

Implements OperateSingleQubit trait for this Operation acting on exactly one qubit.

Returns qubit the Operation acts on.

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.

Substitutes symbolic parameters in clone of the operation.

Remaps the qubits 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.

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.

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.