H_asym Module Subroutine

public module subroutine H_asym(N, eigenH, Bx, By, Bz, cd4, cd6)

Construct the symmetric top rigid-rotor Hamiltonian

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: N

The rotational quantum number

type(eigenH_type), intent(out) :: eigenH

The eigenvectors and eigenvalues of The angular momentum number

real(kind=dp), intent(in) :: Bx

Rotational constants

real(kind=dp), intent(in) :: By

Rotational constants

real(kind=dp), intent(in) :: Bz

Rotational constants

type(cd4_type), intent(in), optional :: cd4

The quartic centrifugal distortion parameters

type(cd6_type), intent(in), optional :: cd6

The sextic centrifugal distortion parameters