add work-in-progress marker to fortran library wrapper

This commit is contained in:
Axel Kohlmeyer 2020-08-30 15:23:02 -04:00
parent 60dfb6f77f
commit 65d2ee7464
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,15 @@ of the source files: the lammps.f90 file needs to be compiled first,
since it provides the ``LIBLAMMPS`` module that is imported by the
fortran code using the interface.
.. versionadded:: 30Sep2020
.. admonition:: Work in Progress
This fortran module is work in progress and only the documented
functionality is currently available. The final implementation should
cover the entire range of functionality available in the C and
Python library interfaces.
----------
Creating or deleting a LAMMPS object