ComplexOptimizableSignal

class boulderopal.superconducting.ComplexOptimizableSignal(count, max_modulus)

A complex-valued optimizable time-dependent piecewise-constant coefficient for a Hamiltonian term. The main function will try to find the optimal value for this signal at each segment.

Parameters:
  • count (int) – The number of segments in the piecewise-constant signal.

  • max_modulus (float) – The maximum value that the modulus of the signal can take at each segment.

See also

boulderopal.superconducting.ComplexOptimizableConstant

Class describing complex optimizable constant coefficients.

boulderopal.superconducting.RealOptimizableConstant

Class describing real optimizable constant coefficients.

boulderopal.superconducting.RealOptimizableSignal

Class describing real optimizable piecewise-constant coefficients.