ComplexOptimizableConstant

class boulderopal.superconducting.ComplexOptimizableConstant(max_modulus)

A complex-valued optimizable constant coefficient for a Hamiltonian term. The main function will try to find the optimal value for this constant.

Parameters

max_modulus (float) – The maximum value that the modulus of the coefficient can take.

SEE ALSO

boulderopal.superconducting.ComplexOptimizableSignal : Class describing complex optimizable piecewise-constant coefficients.

boulderopal.superconducting.RealOptimizableConstant : Class describing real optimizable constant coefficients.

boulderopal.superconducting.RealOptimizableSignal : Class describing real optimizable piecewise-constant coefficients.

Was this useful?