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

Online Help

All Products    Maple    MapleSim


QuantumChemistry

  

MOEnergies

  

compute the molecular-orbital (MO) energies

  

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

MOEnergies(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', 'ActiveSpaceSCF'

options

-

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

Description

• 

MOEnergies computes the energies of the molecular orbitals (MOs).

• 

The procedure returns the MO energies as a Vector whose n-th element gives the energy of the n-th MO.

• 

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.

• 

The command only works with methods that return MO energies.

• 

Because the methods employ Maple remember tables, the procedure only computes the MO energies if they have not been previously computed by calling the method directly or indirectly through another property.

Examples

withQuantumChemistry:

Computation of the MO energies 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  MOEnergiesmolecule, method='HartreeFock';

output_hf−25.90300609−1.46136621−0.57530762−0.46324316−0.463243160.59526539

(2)

See Also

Energy
HartreeFock
DensityFunctional
RDMFunctional
ActiveSpaceSCF