lammps/fortran
Axel Kohlmeyer 44e6078437
fix for bug detected by gfortran 12.2
2022-12-22 22:01:48 -05:00
..
README Implemented scatter_atoms and scatter_atoms_subset + unit tests + documentation + typos/edits 2022-10-02 20:32:42 -05:00
lammps.f90 fix for bug detected by gfortran 12.2 2022-12-22 22:01:48 -05:00

README

This directory contains Fortran code that acts as an interface to LAMMPS as a
library and allows the LAMMPS library interface to be invoked from Fortran
code.  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 it 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/Fortran.html file.