lammps/fortran
Axel Kohlmeyer a0d0f96e52
make f2c_string utility function portable across fortran compilers
2020-10-02 10:36:17 -04:00
..
README add new "official" fortran interface to LAMMPS in new folder "fortran" 2020-08-28 20:56:15 -04:00
lammps.f90 make f2c_string utility function portable across fortran compilers 2020-10-02 10:36:17 -04:00

README

This directory contains Fortran code which interface LAMMPS as a library
and allows the LAMMPS library interface to be invoked from Fortran codes.
It requires a Fortran compiler that supports the Fortran 2003 standard.

This interface is based on and supersedes the previous Fortran interfaces
in the examples/COUPLE/fortran* folders.  But is fully supported by the
LAMMPS developers and included in the documentation and unit testing.

Details on this Fortran interface and how to build programs using it
are in the manual in the doc/html/pg_fortran.html file.