Commit Graph

350 Commits

Author SHA1 Message Date
Axel Kohlmeyer fd55d7d367
update list of known LAMMPS keywords 2019-06-11 11:15:04 -04:00
Axel Kohlmeyer 3d5db63381
minor cleanup 2019-06-11 10:36:04 -04:00
Vishnu V. Krishnan 239dfe163c
Simplify vim-files
Resolves #1500
2019-06-08 17:11:20 +05:30
julient31 11f223416c Commit JT 051319
- added a cubic anisotropy in fix_precession_spin
- added associated doc and examples
- corrected neb/spin commands in doc/src/
- added tools/spin/ description
2019-05-13 16:59:39 -06:00
Axel Kohlmeyer 0fac0e18d1
no need for libm or GSL to compile the interpolate code 2019-04-27 17:50:12 -04:00
julient31 7c3f619e13 Commit JT 042519
- moved examples/SPIN/gneb/interpolate/ toward
tools/spin/interpolate/gneb
- added gneb in the command files in doc/src
- modified the error messages in neb_spin.h/cpp
2019-04-25 09:18:33 -06:00
Axel Kohlmeyer 13cf357f66
document in README, that msi2lmp is now build alongside LAMMPS 2019-04-07 00:47:10 -04:00
Axel Kohlmeyer d6a918f4fd
Merge pull request #1270 from akohlmey/get-moltemplate-from-web
Replace bundled moltemplate distribution with installation instructions only
2019-01-31 22:58:31 +01:00
Axel Kohlmeyer f96f98241c replace outdated moltemplate distribution with README explaining how to install the latest version 2019-01-03 00:39:58 -05:00
Axel Kohlmeyer 980f7e3b36 Merge branch 'collected-small-changes' into collected-post-stable-patches 2018-12-16 20:41:02 -05:00
Axel Kohlmeyer 5508438ba1 make included Pizza.py code for reading dumps compatible with python 2.7 2018-12-16 18:30:44 -05:00
Axel Kohlmeyer e86b933862 remove meam and reax from documentation 2018-12-10 14:38:25 -05:00
Axel Kohlmeyer dedc6cf20c remove obsolete reax tools and rename pair_meam.txt to pair_meamc.txt 2018-12-10 14:16:08 -05:00
Axel Kohlmeyer 6f7b052e24
update comments and remove commented code 2018-11-19 16:38:25 -05:00
Diego Ugarte 9b401b6ed0 fix topology parsing 2018-11-20 06:22:32 +09:00
Axel Kohlmeyer ab8215a669 remove dead code 2018-11-09 01:09:31 -05:00
Axel Kohlmeyer fe04147ee0 fix typo 2018-11-09 01:09:22 -05:00
Axel Kohlmeyer 7ed6cab040 do not generate illegal dihedrals, e.g. from 3-membered rings 2018-11-05 20:35:43 -05:00
Axel Kohlmeyer 50fe209782 mention -*- cookie for switching emacs modes and clarify file pattern text 2018-07-31 10:24:36 +02:00
HaoZeke a00d7becc3
emacs: Major readme update and refactor
Also update the license and switch to GPL v2 like lammps
2018-07-30 20:51:28 +05:30
HaoZeke 2c9e96be11
emacs: Stop forcing filename patterns 2018-07-30 19:58:18 +05:30
HaoZeke 82fc3b99d9
emacs: Update mode file
This is a squashed commit including the following changes:
1) Update mode header
2) Clean up white-space
3) Fix free variable warning
4) Add proper file ending stuff
5) Rename to keep conventional naming scheme
6) Updates to the readme
7) Update to conform to `package-lint` criteria
8) Add license header
9) Add in-file instructions
2018-07-30 19:37:01 +05:30
Axel Kohlmeyer 7abc960d39 import moltemplate 2.8.6 from andrew jewett 2018-06-28 08:18:35 -04:00
Yossi Eliaz 9c3296aad2 Tools/Matlab: Allow to read LAMPPS output field
Some output fields have attributes attached on the same
line. e.g. "ITEM: BOX BOUNDS pp pp pp". This patch replaced all
the strcmpi to strncmpi in order to limit the number of character
compared with LAMPPS outputs.

Signed-off-by: Yossi Eliaz <eliaz123@gmail.com>
2018-03-12 13:45:13 -05:00
Axel Kohlmeyer 54dc73c771 correctly compute adjusted box lengths for triclinic boxes. code taken from topotools 2018-02-19 14:06:26 +01:00
Axel Kohlmeyer 7bd089aa6d fix typo 2018-02-19 14:05:50 +01:00
Evangelos Voyiatzis b220b647d4
Update error.cpp
When compiling with g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-18) an error occurs: 
error.cpp: In member function ‘void Error::generate_error(unsigned int, std::string, std::string)’:
error.cpp:146: error: ‘exit’ was not declared in this scope
The fix is to include the #include <cstdlib> where the exit() function is decleared in the error.cpp file
2018-02-16 10:49:08 +01:00
Axel Kohlmeyer 9fd1e47968 ignore generated/copied files 2018-01-28 06:24:03 -05:00
Axel Kohlmeyer 6753977837 recreate 1ac7 input deck with up to date tools and LAMMPS binary. 2018-01-28 06:23:09 -05:00
Axel Kohlmeyer 031812b2bf recreate 1gb1 input deck with CMAP included. 2018-01-28 06:22:03 -05:00
Axel Kohlmeyer ba68548e38 clarify ch2lmp commands purpose in tools section 2018-01-28 06:19:33 -05:00
Dr. Nandor Tamaskovics 9b12984378 Small correction in image caption in Developer.dox.lammps 2018-01-17 14:46:44 +01:00
Dr. Nandor Tamaskovics 8d29f64236 Small character corrections to the file Developer.dox.lammps 2018-01-17 14:05:30 +01:00
Dr. Nandor Tamaskovics 86ed55599d The bash shell script doxygen.sh has been revised. 2018-01-16 17:28:58 +01:00
Dr. Nandor Tamaskovics 26d6f6d1f1 Tools for LAMMPS documentation with the "doxygen" documentation platform
are provided.

        New directory: tools/doxygen

        New file:      tools/doxygen/Developer.dox.lammps
        New file:      tools/doxygen/Doxyfile.lammps
        New file:      tools/doxygen/doxygen.sh
        New file:      tools/doxygen/README

The Developer.dox.lammps file contains a slightly revised version of the
Developer.pdf file adopted to the LAMMPS "doxygen" documentation.

The Doxyfile.lammps file is a first proposal for a LAMMPS "doxygen"
documentation flavor and can be adjusted to specific requirements.

The "doxygen.sh" shell script generates the LAMMPS "doxygen"
documentation.

Detailed instructions can be found in the README file.
2018-01-15 15:42:31 +01:00
Axel Kohlmeyer 4c71beb024 cleanup/simplification of compilation for fix phonon analysis tool "phana"
- include the used tricubic functions directly as static functions
- silence compiler warnings
- define f2c.h imported data types directly or use C equivalents
- since the direct LAPACK API was called and not cLAPACK, declare LAPACK interface and depend only on LAPACK
- add proper dependencies
- disable automatic minor version number generation. step version manually.
- comment out optional spglib functionality by default
2017-09-30 12:12:15 -04:00
Julien Devemy a5b65c1af4 Mods for extra/special/per/atom and add toluene 2017-08-31 15:03:04 +02:00
Axel Kohlmeyer de0fdbed6c moltemplate bugfix update 2017-08-24 07:12:45 -04:00
Axel Kohlmeyer 12150ffa73 add moltemplate version 2017-8-22 2017-08-23 07:54:56 -04:00
Axel Kohlmeyer 57aafba7c3 remove old moltemplate version 2017-08-23 07:54:05 -04:00
Axel Kohlmeyer 60e14f1490 add comment to msi2lmp README about symmetry limitations 2017-08-14 08:54:26 -04:00
Christoph Junghans f717a70638 tools/Makefile: remove remains of data2xmovie
data2xmovie was removed in e110d6961a
2017-07-11 16:16:03 -06:00
Axel Kohlmeyer dec36e9bfe fix typos and remove trailing whitespace 2017-04-17 17:40:57 -04:00
Axel Kohlmeyer dd90c860ee refactor msi2lmp documentation to emphasize lack of active development
- put a note into the manual
- reorder contents of the README file
- request for information should be sent to lammps-users
- add list of known missing features
2017-04-17 17:40:21 -04:00
Steve Plimpton dcede304df changes for next patch, 2d disc options for spheres, fix external upgrade, bug fixes for fix ave/chunk for density calcs, Aidan doc page citation deconvolution 2017-03-21 08:56:37 -06:00
Axel Kohlmeyer 82d952ae0e mention NumPy dependency instead of Numeric for python tools 2017-03-20 17:26:19 -04:00
Axel Kohlmeyer 47d6451d03 fix compilation for pymol_asphere tool 2017-03-20 17:18:24 -04:00
Axel Kohlmeyer e110d6961a remove obsolete tools and files 2017-03-20 17:17:35 -04:00
Axel Kohlmeyer a42b0b7dcb update colvars abf integrate tool from git repo 2017-03-20 17:04:16 -04:00
Axel Kohlmeyer 03828b5836 adapt binary2txt.cpp source to current coding conventions 2017-03-20 16:57:32 -04:00