RealOptimizableConstant
class boulderopal.superconducting.RealOptimizableConstant(min, max)
A real-valued optimizable constant coefficient for a Hamiltonian term. The main function will try to find the optimal value for this constant.
Parameters
- min (float) – The minimum value that the coefficient can take.
- max (float) – The maximum value that the coefficient can take.
SEE ALSO
boulderopal.superconducting.ComplexOptimizableConstant
: Class describing complex optimizable constant coefficients.
boulderopal.superconducting.ComplexOptimizableSignal
: Class describing complex optimizable piecewise-constant coefficients.
boulderopal.superconducting.RealOptimizableSignal
: Class describing real optimizable piecewise-constant coefficients.