14 RX(
int qbit_num_in,
int target_qbit_in);
Copyright (C) Miklos Maroti, 2021 SPDX-License-Identifier: Apache-2.0.
Header file of single-precision complex array storage with automatic and thread safe reference counti...
virtual void inverse_gate_kernel_to(const Matrix_real &precomputed_sincos, Matrix &output) override
Class to store single-precision real arrays and properties.
virtual std::vector< double > get_parameter_multipliers() const override
Returns the per-parameter multipliers relative to 2Ï used by extract_parameters. ...
virtual Matrix inverse_gate_kernel(const Matrix_real &precomputed_sincos) override
virtual RX * clone() override
Call to create a clone of the present class.
virtual void derivative_kernel_to(const Matrix_real &precomputed_sincos, int param_idx, Matrix &output) override
Header file of complex array storage array with automatic and thread safe reference counting...
virtual Matrix derivative_kernel(const Matrix_real &precomputed_sincos, int param_idx) override
virtual void gate_kernel_to(const Matrix_real &precomputed_sincos, Matrix &output) override
Double-precision complex matrix (float64).
Single-precision complex matrix (float32).
Class to store data of complex arrays and its properties.
virtual Matrix gate_kernel(const Matrix_real &precomputed_sincos) override
Compute the gate kernel matrix from precomputed trigonometric values.