FastCNOTUnitObjective#
- class qiskit.transpiler.synthesis.aqc.FastCNOTUnitObjective(num_qubits, cnots)[Quellcode]#
Bases:
CNOTUnitObjective
Implementation of objective function and gradient calculator, which is similar to
DefaultCNOTUnitObjective
but several times faster.- Parameter:
Attributes
- num_cnots#
Returns: A number of CNOT units to be used by the approximate circuit.
- num_thetas#
Returns: Number of parameters (angles) of rotation gates in this circuit.
- target_matrix#
Returns: a matrix being approximated
Methods
- gradient(param_values)[Quellcode]#
Computes the gradient of objective function. See description of the base class method.
- Rückgabetyp:
- objective(param_values)[Quellcode]#
Computes the objective function and some intermediate data for the subsequent gradient computation. See description of the base class method.
- Rückgabetyp: