Skip to main content

apply_jvp

Function apply_jvp 

Source
pub fn apply_jvp<R>(
    runtime: &R,
    operator: &QuantumOperator,
    parameters: &ParameterValues,
    parameter_direction: &ParameterDirection,
    input: &R::Buffer,
    input_direction: &R::Buffer,
) -> Result<ApplyJvp<R::Buffer>>
Expand description

Evaluate a parameterized operator and its JVP without materializing A(θ).