lammps/src/USER-MOLFILE
Axel Kohlmeyer dee3536144 update VMD molfile plugin headers and move them to lib/molfile (where they belong) 2017-04-18 11:42:31 -04:00
..
Install.sh propagate global package installation bugfix to explicit package scripts 2017-04-07 15:29:56 -04:00
README update VMD molfile plugin headers and move them to lib/molfile (where they belong) 2017-04-18 11:42:31 -04:00
dump_molfile.cpp git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14164 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-10-22 22:06:49 +00:00
dump_molfile.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11283 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2014-01-21 15:43:45 +00:00
molfile_interface.cpp Fix more typos in src files 2017-03-07 00:55:01 -05:00
molfile_interface.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8498 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2012-07-25 15:16:20 +00:00
reader_molfile.cpp git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14220 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-10-30 20:04:06 +00:00
reader_molfile.h git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10806 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2013-09-18 16:20:58 +00:00

README

This package provides a C++ interface class to the VMD molfile
plugins, http://www.ks.uiuc.edu/Research/vmd/plugins/molfile, and a
set of LAMMPS classes that use this interface.

Molfile plugins provide a consistent programming interface to read
and write file formats commonly used in molecular simulations.  This
package only provides the interface code, not the plugins; these can
be taken as precompiled binaries directly from a VMD installation that
matches the platform of your LAMMPS executable.  Using the plugin
interface one can add support for additional file formats to LAMMPS
simply by telling LAMMPS where to find a suitable plugin without
having to recompile or change LAMMPS directly.  The plugins bundled
with VMD are usually installed in a directory inside the VMD
installation tree named "plugins/<VMDARCH>/molfile".

To be able to dynamically load and execute the plugins from inside
LAMMPS, you need to link with an appropriate system library, which
is done using the settings in lib/molfile/Makefile.lammps.  See
that file and the lib/molfile/README file for more details.

The person who created this package is Axel Kohlmeyer at Temple U
(akohlmey at gmail.com).  Contact him directly if you have questions.