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

Online Help

QuantumChemistry

  

BondDistances

  

compute one or all bond distances in a molecule

  

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence



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

i

-

integer; index denoting the i-th list of an atom and its coordinates in molecule

i,j

-

sequence of integers; the indices of the two atoms in the bond

[i,j]

-

list of integers; the indices of the two atoms in the bond

{i,j}

-

set of integers; the indices of the two atoms in the bond

molecule[i]

-

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

Description

• 

The BondDistances(molecule) calling sequence returns all of the bond distances in the molecule as a table.  

• 

The  calling sequence returns the bond distance between the i and j atoms in the molecule.

• 

The  calling sequence returns the bond distance between the i and j atoms in the molecule.

• 

The  calling sequence returns the bond distance between the i and j atoms in the molecule.

• 

The BondDistances(molecule[i], molecule[j]) calling sequence returns the bond distance between the i and j atoms.

• 

The bond angles are returned as floats in units of the given data.

Examples

Consider the molecule hydrogen peroxide

(1)

Compute all bond distances

(2)

Compute the bond distance between atoms 1 and 2

(3)

or

(4)

or

(5)

or

(6)

 

See Also

BondAngles

 

 

 

 


Download Help Document