watson_to_problem#

watson_to_problem(watson, basis)[ソース]#

Builds out a VibrationalStructureProblem from a WatsonHamiltonian.

注釈

In the process of constructing the VibrationalStructureProblem, the coefficients stored in the WatsonHamiltonian need to be mapped to a second-quantization basis. For more details about this, please refer to the documentation of VibrationalBasis.map().

パラメータ:
  • watson (WatsonHamiltonian) – the WatsonHamiltonian object from which to build the problem.

  • basis (VibrationalBasis) – the VibrationalBasis into which to map the hamiltonian coefficients.

戻り値:

A VibrationalStructureProblem instance.

戻り値の型:

VibrationalStructureProblem