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

Online Help

All Products    Maple    MapleSim


QuantumChemistry

  

Dipole

  

compute the dipole moment

  

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Dipole(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

• 

The Dipole command computes the ground-state electric dipole moment in units of debye.

• 

The output 3 x 2 Matrix contains the strings "X", "Y", and "Z" in the first column and the x-, y-, and z-components of the dipole moment in the second column.

Examples

withQuantumChemistry:

The dipole moment for the hydrogen fluoride HF molecule

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

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

(1)

Dipolemolecule, method=HartreeFock;

X0.Y0.Z−1.25708793

(2)

See Also

HartreeFock
DensityFunctional
RDMFunctional
MP2
CoupledCluster

FullCI
ActiveSpaceCI
ActiveSpaceSCF
Variational2RDM
Parametric2RDM
ContractedSchrodinger