Commit Graph

14375 Commits

Author SHA1 Message Date
Axel Kohlmeyer 23f71ee4ad fix bug in create_bonds, where ghost atoms were counted incorrectly 2018-05-03 22:34:11 -04:00
Steve Plimpton eeee2d3026
Merge pull request #803 from jrgissing/fix_bond_react
Fix bond react
2018-05-03 14:16:46 -06:00
Axel Kohlmeyer 53cc609c4c make filenames comply with LAMMPS conventions and add reference log files 2018-05-03 16:03:37 -04:00
Axel Kohlmeyer c8a0689d78 correct typo in converting c-library header includes to c++ styles 2018-05-03 15:44:17 -04:00
Steven J. Plimpton 28786ef99b tweak to header file names 2018-05-03 11:49:27 -06:00
Steve Plimpton 749f1ff407
Merge pull request #875 from akohlmey/collected-small-fixes
Collected small changes and bug fixes for the next patch release
2018-05-03 11:28:00 -06:00
Steve Plimpton 654fec164d
Merge pull request #881 from akohlmey/cplus-plus-style-includes
Replace C-style include files with their C++ equivalents
2018-05-03 11:25:51 -06:00
Steve Plimpton 35294dafbc
Merge pull request #883 from giacomofiorin/colvars-update
Fixes to Colvars library (version 2018-04-29)
2018-05-03 11:25:32 -06:00
Steve Plimpton 83f5c331cd
Merge pull request #886 from lammps/snap-quadratic
updates to quadratic form of SNAP potential
2018-05-03 11:21:29 -06:00
Axel Kohlmeyer 1fdb010c41 Revert "workaround for ISFINITE() macro to work with the latest KOKKOS library update"
This reverts commit f202f1bcf6.
2018-05-03 13:08:15 -04:00
Axel Kohlmeyer b5b70b429f update log files for SNAP package examples to reflect current state of keywords. 2018-05-03 13:00:24 -04:00
Axel Kohlmeyer 07a15a719f whitespace cleanup 2018-05-03 12:38:24 -04:00
Steven J. Plimpton 75cffc78c5 updates to quadratic form of SNAP potential 2018-05-03 10:23:50 -06:00
Giacomo Fiorin 0c005f5cb0 Small fixes to Colvars library
Primarily a list of small fixes, combined with cosmetic changes and cleanups
in several files.

6d0c917 2018-04-29 Fix missing deallocation of output stream object (reported by HanatoK) [Giacomo Fiorin]
c92d369 2018-04-17 Do not test for atom group size [Jérôme Hénin]
431e52a 2018-04-06 Allow scripted/custom colvars to be periodic [Jérôme Hénin]
81d391f 2018-04-05 Split colvarcomp constructor into POD constructor + init() function [Giacomo Fiorin]
9b85d5f 2018-03-13 Fix issue with out-of-order atom selections; clarify format for ref positions [Giacomo Fiorin]
0e0ed37 2018-03-07 Support triclinic unit cells in VMD, clean up PBC functions [Giacomo Fiorin]
eed97c9 2018-02-24 Obtain integer version number from version string [Giacomo Fiorin]
c17f3cd 2018-02-23 Write trajectory labels only when needed [Giacomo Fiorin]
2018-05-02 15:03:56 -04:00
Axel Kohlmeyer 25ac1fd16c mention that fix reax/bonds and reax/c/bonds do not honor the group id 2018-05-01 18:55:00 -04:00
Axel Kohlmeyer ca6f99129d revert <cinttypes> back to <inttypes.h> as the former seems to require C++-11 2018-04-27 18:39:11 -04:00
Axel Kohlmeyer 0015b15b18 revert <cstdint> back to <stdint.h> as the former seems to require C++-11 2018-04-27 18:25:30 -04:00
Axel Kohlmeyer e4071d7f46 replace C-style include files with their C++ equivalents 2018-04-27 18:00:24 -04:00
Axel Kohlmeyer f202f1bcf6 workaround for ISFINITE() macro to work with the latest KOKKOS library update 2018-04-27 14:15:32 -04:00
Axel Kohlmeyer 64b08d3ca8 add write_data() support to remaining improper styles.
with this commit, write_data() support should be complete.
2018-04-26 16:39:31 -04:00
Axel Kohlmeyer c7edc6636a make sure all allocatable class pointers are initialized to NULL 2018-04-26 16:13:19 -04:00
Axel Kohlmeyer 26d22a4b7a restrain energy must be incremented. bugfix from robert meissner posted to lammps-users 2018-04-26 10:02:42 -04:00
Axel Kohlmeyer 6f9a2245d2 add write_data() support to 4 more dihedral styles, which completes the set 2018-04-23 16:56:19 -04:00
Steven J. Plimpton d5ec76290b patch 20Apr18 2018-04-20 17:22:38 -06:00
Steve Plimpton 836027dbd8
Merge pull request #867 from stanmoore1/kk_tweaks
Tweaks to KOKKOS package
2018-04-20 14:35:58 -06:00
Steve Plimpton c5127eca89
Merge pull request #872 from akohlmey/ave-correlate-long-bugfix
Bugfix for fix ave/correlate/long
2018-04-20 09:30:02 -06:00
jrgissing 91b407570a docfix
remove mention of as yet unreleased feature
2018-04-19 20:23:58 -06:00
Axel Kohlmeyer 5bf8e1bc5b add ability to retrieve the number of local rows for computes returning local data
this is done supporting the combination of type == 2 with style == 0,
i.e. a local scalar, which is not available in C++ (but there one can
access the compute style data member directly. for the python interface,
the pointer is automatically dereferenced and returned as a c_int.
2018-04-19 18:37:15 -04:00
Axel Kohlmeyer 164537cf37 whitespace cleanup 2018-04-19 18:30:51 -04:00
Axel Kohlmeyer f1ee46cc64 add check to require atom attribute molecule to avoid segfaults, when it is missing 2018-04-19 18:24:19 -04:00
jrgissing caa990746e bugfix
fixes crash e.g. when building on Ubuntu for Windows
thanks to Márk Jenei (University of Cambridge) for submitting error report
2018-04-18 22:27:12 -06:00
Axel Kohlmeyer a087813d01 incorporate bugfix for fix ave/correlate/long from jorge ramirez 2018-04-18 07:26:13 -04:00
Steve Plimpton 48e42a4e1e
Merge pull request #824 from jrgissing/write_data-noextra
Write_data nofix option
2018-04-13 10:27:21 -06:00
Steve Plimpton 6027de5387
Merge pull request #870 from lammps/doc-tweak
add info to compute heat/flux doc page and a small update to the developer's guide
2018-04-13 10:26:31 -06:00
Axel Kohlmeyer 398f3173aa remove trailing whitespace 2018-04-13 11:38:02 -04:00
Axel Kohlmeyer 798fcacd77 update example for API change in Fix::copy_arrays() 2018-04-13 11:37:51 -04:00
Steven J. Plimpton bc0fd5496a add info to compute heat/flux doc page 2018-04-13 08:57:24 -06:00
Steve Plimpton 430027465f
Merge pull request #868 from junghans/latte
cmake: update latte to v1.1.1
2018-04-13 08:44:59 -06:00
Steve Plimpton 7f9400eadc
Merge pull request #865 from athomps/fix_gcmc_temperature
Made ndof dynamic for temperature fixes and computes
2018-04-13 08:44:41 -06:00
Steve Plimpton 1b965d4d3a
Merge pull request #863 from ellio167/kim-update
KIM API interface update
2018-04-13 08:43:56 -06:00
jrgissing 6e31b7da63 doc typos 2018-04-11 22:06:22 -06:00
Axel Kohlmeyer 8f1487fbc6 update lib/latte/Install.py to be consistent with CMake config 2018-04-11 11:20:39 -04:00
Christoph Junghans e2bc4d461e cmake: update latte to v1.1.1 2018-04-10 17:26:16 -06:00
Christoph Junghans dee945c01d cmake: bump openkim to v1.9.4 2018-04-10 15:44:13 -06:00
Axel Kohlmeyer bc49ce611a restore python3 compatibility 2018-04-09 23:08:49 -04:00
Christoph Junghans 72cd13aac7 cmake: add openkim build as external project 2018-04-06 17:22:54 -06:00
Stan Moore 49d524e442 Remove unused variables in pair_reaxc_kokkos 2018-04-05 11:58:47 -06:00
Stan Moore 3c6102a0c3 Tweak whitespace in Makefile.kokkos_cuda_mpi 2018-04-05 11:49:57 -06:00
Stan Moore 4517c85c77 Use reference to improve performance in pair_reaxc_kokkos 2018-04-05 11:47:22 -06:00
Stan Moore aa4f044709 Deallocate views of views in serial to prevent race condition in Kokkos profiling tools 2018-04-05 11:44:19 -06:00