OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
ElementsTable.hpp File Reference

This basic Periodic Table class was originally taken from the data.h file in OpenBabel. More...

#include <config.h>
#include <vector>
#include "primitives/Element.hpp"

Go to the source code of this file.

Classes

class  OpenMD::ElementsTable
 Periodic Table of the Elements Using element data is a place holder when we lack information about a specific atom type. More...
 

Namespaces

namespace  OpenMD
 This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.
 

Detailed Description

This basic Periodic Table class was originally taken from the data.h file in OpenBabel.

The code has been modified to match the OpenMD coding style.

We have retained the OpenBabel copyright and GPL license on this class:

Copyright (C) 1998-2001 by OpenEye Scientific Software, Inc. Some portions Copyright (C) 2001-2005 by Geoffrey R. Hutchison

This file is part of the Open Babel project. For more information, see http://openbabel.sourceforge.net/

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Author
gezelter
Date
12/21/2007
Version
1.0

Definition in file ElementsTable.hpp.