MOCoefficients - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


QuantumChemistry

  

MOCoefficients

  

compute the molecular orbital (MO) coefficients

  

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

MOCoefficients(molecule, method, options)

Parameters

molecule

-

list of lists; each list has 4 elements, the string of an atom's symbol and atom's x, y, and z coordinates

method

-

(optional)  method = name/procedure where name is one of 'HartreeFock' (default), 'DensityFunctional','RDMFunctional', 'ActiveSpaceCI',  'ActiveSpaceSCF', 'CoupledCluster', 'FullCI','MP2', 'Variational2RDM', 'Parametric2RDM', 'ContractedSchrodinger'

options

-

(optional) equation(s) of the form option = value where option is any valid option of the chosen method

Description

• 

MOCoefficients computes the molecular-orbital (MO) coefficients,  The MO coefficients are the expansion coefficients that express the molecular orbitals (MOs) in terms of the atomic orbitals (AOs).

• 

The procedure returns the MO coefficients as a Matrix where the n-th column expresses the n-th MO in terms of the AOs.

• 

The default method is 'HartreeFock' method whose correlation energy is 0.

• 

The result depends upon the chosen molecule, method, and basis set among other options such as charge, spin, and symmetry.

• 

Because the methods employ Maple cache tables, the procedure only computes the MO coefficients if it has not been previously computed by calling the method directly or indirectly through another property.

Examples

withQuantumChemistry:

Computation of the MO coefficients of the hydrogen fluoride HF molecule with the Hartree-Fock method

molecule  H,0,0,0,F,0,0,0.95;

moleculeH,0,0,0,F,0,0,0.95000000

(1)

output_hf  MOCoefficientsmolecule, method='HartreeFock', basis=dz;

output_hf1..4,1..4;

−8.5318300710−60.12333411−0.282669180.−0.000140060.00302323−0.094818470.0.57991426−0.14105680−0.036375090.0.46218260−0.19356001−0.049951000.

(2)

See Also

Energy
HartreeFock
DensityFunctional
RDMFunctional
MP2
CoupledCluster
FullCI
ActiveSpaceCI
ActiveSpaceSCF

Variational2RDM
Parametric2RDM
ContractedSchrodinger