22 U3(
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...
Header file for a class for the representation of general gate operations.
Class to store single-precision real arrays and properties.
Matrix u3_matrix_kernel(double ThetaOver2, double Phi, double Lambda)
virtual void gate_kernel_to(const Matrix_real &precomputed_sincos, Matrix &output) override
virtual Matrix gate_kernel(const Matrix_real &precomputed_sincos) override
Compute the gate kernel matrix from precomputed trigonometric values.
virtual std::vector< double > get_parameter_multipliers() const override
Returns the per-parameter multipliers relative to 2Ï used by extract_parameters. ...
virtual void derivative_kernel_to(const Matrix_real &precomputed_sincos, int param_idx, Matrix &output) override
virtual Matrix inverse_gate_kernel(const Matrix_real &precomputed_sincos) override
Header file of complex array storage array with automatic and thread safe reference counting...
virtual void inverse_gate_kernel_to(const Matrix_real &precomputed_sincos, Matrix &output) override
Double-precision complex matrix (float64).
Matrix_float u3_matrix_kernel_f(float ThetaOver2, float Phi, float Lambda)
virtual Matrix derivative_kernel(const Matrix_real &precomputed_sincos, int param_idx) override
Single-precision complex matrix (float32).
Base class for the representation of general gate operations.
virtual U3 * clone() override
Call to create a clone of the present class.
Class to store data of complex arrays and its properties.