Element Class Reference

An Element represents a chemical element. More...

List of all members.

Public Member Functions

def __init__
def getBySymbol
 Get the Element with a particular chemical symbol.

Public Attributes

 atomic_number
 The atomic number of the element.
 name
 The name of the element.
 symbol
 The chemical symbol of the element.
 mass
 The atomic mass of the element.

Detailed Description

An Element represents a chemical element.

The simtk.openmm.app.element module contains objects for all the standard chemical elements, such as element.hydrogen or element.carbon. You can also call the static method Element.getBySymbol() to look up the Element with a particular chemical symbol.


Member Function Documentation

def __init__ (   self,
  number,
  name,
  symbol,
  mass 
)
def getBySymbol (   symbol  ) 

Get the Element with a particular chemical symbol.


Member Data Documentation

The atomic number of the element.

The atomic mass of the element.

The name of the element.

The chemical symbol of the element.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2