Homec4science

Updating from master to 19May17

Authored by Stan Moore <stamoor@sandia.gov> on May 25 2017, 19:21.

Description

Updating from master to 19May17

Event Timeline

Stan Moore <stamoor@sandia.gov> committed rLAMMPS2cf83d9fca6e: Updating from master to 19May17 (authored by Stan Moore <stamoor@sandia.gov>).May 25 2017, 19:21

Merged Changes

This commit merges a very large number of changes. Only the first 50 are shown.
CommitAuthorDetailsCommitted
2225fce94eeeSteve Plimpton
patch 19May17 
May 19 2017
941b7373192asjplimp/GitHub
Merge pull request #493 from akohlmey/doc-and-example-fixes 
May 19 2017
654e09e999b8Axel Kohlmeyer
correct input examples affected by the Pair::settings() bugfix 
May 19 2017
8751850ecaa8Axel Kohlmeyer
a few formatting fixes for pair style python 
May 19 2017
0f8834891790sjplimp/GitHub
Merge pull request #492 from lammps/pre-patch 
May 18 2017
b28ecd44c25dSteve Plimpton
update docs before patch release 
May 18 2017
9db9fc9de3f8sjplimp/GitHub
Merge pull request #491 from akohlmey/fix-bigint-thermo-in-variables-bug 
May 18 2017
6ac9b7a1b070sjplimp/GitHub
Merge pull request #482 from akohlmey/add-pair-python 
May 18 2017
34dbf6b225acAxel Kohlmeyer
do not compute properties twice 
May 18 2017
26d71b66e413Axel Kohlmeyer
convert bigint values for bonds/angles/dihedrals/impropers to doubles when… 
May 18 2017
65eacb6b9060Richard Berger
Fix compilation warnings in fix_python 
May 18 2017
cb3344a33715sjplimp/GitHub
Merge pull request #489 from akohlmey/thread-safe-biasing 
May 18 2017
5d38cbbce9c6sjplimp/GitHub
Merge pull request #487 from akohlmey/pair_edip_multi_element 
May 18 2017
30babd81570fsjplimp/GitHub
Merge pull request #485 from akohlmey/pair_settings_cut_bugfix 
May 18 2017
aa09f45b7e1esjplimp/GitHub
Merge pull request #484 from akohlmey/add-gao-weber-styles 
May 18 2017
4b61cf6f52f3sjplimp/GitHub
Merge pull request #483 from akohlmey/airebo-spline-bugfix-refactor 
May 18 2017
683f3d9d2ac3sjplimp/GitHub
Merge pull request #481 from akohlmey/collected-small-changes 
May 18 2017
ce18524251fesjplimp/GitHub
Merge pull request #480 from akohlmey/pair_morse_smooth_linear_bugfix 
May 18 2017
95dae9737b74sjplimp/GitHub
Merge pull request #488 from lammps/neigh_occasional_bugfix 
May 18 2017
4b1914aa1f29Axel Kohlmeyer
update citations for multi-element edip potential 
May 18 2017
bd11479a1688Axel Kohlmeyer
lock the sphinx command to version 1.5.6, since version 1.6.x seems to break… 
May 18 2017
0208fe9996beAxel Kohlmeyer
update example outputs 
May 18 2017
24654ad28f37Axel Kohlmeyer
small formatting corrections to pair python style 
May 18 2017
8d46aa605606Axel Kohlmeyer
add readme file to discuss various python pair style usage examples 
May 18 2017
09f3b687f7d7Axel Kohlmeyer
new long-rance example with using hybrid/overlay and table only for lj part 
May 18 2017
436d3fd76188Axel Kohlmeyer
make hybrid example use half the atoms with python, half with lj/cut 
May 18 2017
9833f38499a0Axel Kohlmeyer
change coulomb example to use cutoff coulomb 
May 18 2017
9725708b90b9Axel Kohlmeyer
update pair style python docs 
May 18 2017
67962b15fc07Axel Kohlmeyer
a bunch refactoring changes in the python pair style and the examples 
May 18 2017
1d48f287f00aAxel Kohlmeyer
add partial documentation for pair style python 
May 18 2017
43efe9e417eeAxel Kohlmeyer
adding Pair::single() support to python pair style and examples 
May 17 2017
278b9f7fba47Axel Kohlmeyer
move pair gw and gw/zbl to USER-MISC package 
May 17 2017
085f3afdfb08Axel Kohlmeyer
fix typo in docs 
May 17 2017
45becfb235d7Axel Kohlmeyer
correct author attributions 
May 17 2017
a34c935e207bAxel Kohlmeyer
update log files in python pair style example 
May 17 2017
13e16dc3f14aAxel Kohlmeyer
update log files for pair style python examples 
May 17 2017
96f0a82aa5adAxel Kohlmeyer
simplify class names in pair style python examples. add SPC/E water example 
May 17 2017
7caf6cf459d3Richard Berger
Change how a Python pair style is loaded 
May 17 2017
8936b99e9f89Axel Kohlmeyer
add contributed SiC.edip potential file 
May 17 2017
d2810f9f8372Axel Kohlmeyer
port thread-safe temperature biasing from LAMMPS-ICMS 
May 17 2017
597f95fb1b29Axel Kohlmeyer
fix duplicate reference 
May 16 2017
7f9a331c7355Steve Plimpton
bugfix for 2 recenty reported neighbor issues, also a ReaxFF fix species issue 
May 16 2017
35e92733e9daAxel Kohlmeyer
import multi-element compatible pair style edip as edip/multi 
May 16 2017
c11e87618bc8Axel Kohlmeyer
implement second bugfix suggestion from @CF17 on issue #59 
May 16 2017
ca87e571294fAxel Kohlmeyer
improved version of AIREBO splines based on a suggestion by markus hoehnerbach 
May 16 2017
66084ad1f41aAxel Kohlmeyer
fix typo in rerun docs. closes #486 
May 16 2017
d807ba1974d5Axel Kohlmeyer
whitespace cleanup 
May 16 2017
51fc386e7224Axel Kohlmeyer
correct the inner loop range for resetting cutoffs when redefining a pair style 
May 16 2017
a6f0d700f101Richard Berger
Merge branch 'add-pair-python' of github.com:akohlmey/lammps into add-pair… 
May 16 2017
14f3deed6b83Richard Berger
Minor coefficient lookup improvement 
May 16 2017