|
|
ef3b90e838
|
Merge pull request #70 from jtclemm/create-atoms-mesh
Adding quasirandom mesh option
|
2022-05-11 08:12:18 -04:00 |
|
|
|
c9d350edc2
|
Adding quasirandom mesh option
|
2022-05-10 18:35:36 -06:00 |
|
|
|
bdbab77286
|
add note about re-generating optimized meshes for STL files
|
2022-05-10 15:23:54 -04:00 |
|
|
|
1220bea011
|
Update Colvars to version 2022-05-09
This update includes one new feature (neural-network based collective
variables), several small enhancements (including an automatic definition of
grid boundaries for angle-based CVs, and a normalization option for
eigenvector-based CVs), bugfixes and documentation improvements.
Usage information for specific features included in the Colvars library
(i.e. not just the library as a whole) is now also reported to the screen or
LAMMPS logfile (as is done already in other LAMMPS classes).
Notable to LAMMPS code development are the removals of duplicated code and of
ambiguously-named preprocessor defines in the Colvars headers. Since the
last PR, the existing regression tests have also been running automatically
via GitHub Actions.
The following pull requests in the Colvars repository are relevant to LAMMPS:
- 475 Remove fatal error condition
https://github.com/Colvars/colvars/pull/475 (@jhenin, @giacomofiorin)
- 474 Allow normalizing eigenvector vector components to deal with unit change
https://github.com/Colvars/colvars/pull/474 (@giacomofiorin, @jhenin)
- 470 Better error handling in the initialization of NeuralNetwork CV
https://github.com/Colvars/colvars/pull/470 (@HanatoK)
- 468 Add examples of histogram configuration, with and without explicit grid parameters
https://github.com/Colvars/colvars/pull/468 (@giacomofiorin)
- 464 Fix #463 using more fine-grained features
https://github.com/Colvars/colvars/pull/464 (@jhenin, @giacomofiorin)
- 447 [RFC] New option "scaledBiasingForce" for colvarbias
https://github.com/Colvars/colvars/pull/447 (@HanatoK, @jhenin)
- 444 [RFC] Implementation of dense neural network as CV
https://github.com/Colvars/colvars/pull/444 (@HanatoK, @giacomofiorin, @jhenin)
- 443 Fix explicit gradient dependency of sub-CVs
https://github.com/Colvars/colvars/pull/443 (@HanatoK, @jhenin)
- 442 Persistent bias count
https://github.com/Colvars/colvars/pull/442 (@jhenin, @giacomofiorin)
- 437 Return type of bias from scripting interface
https://github.com/Colvars/colvars/pull/437 (@giacomofiorin)
- 434 More flexible use of boundaries from colvars by grids
https://github.com/Colvars/colvars/pull/434 (@jhenin)
- 433 Prevent double-free in linearCombination
https://github.com/Colvars/colvars/pull/433 (@HanatoK)
- 428 More complete documentation for index file format (NDX)
https://github.com/Colvars/colvars/pull/428 (@giacomofiorin)
- 426 Integrate functional version of backup_file() into base proxy class
https://github.com/Colvars/colvars/pull/426 (@giacomofiorin)
- 424 Track CVC inheritance when documenting feature usage
https://github.com/Colvars/colvars/pull/424 (@giacomofiorin)
- 419 Generate citation report while running computations
https://github.com/Colvars/colvars/pull/419 (@giacomofiorin, @jhenin)
- 415 Rebin metadynamics bias from explicit hills when available
https://github.com/Colvars/colvars/pull/415 (@giacomofiorin)
- 312 Ignore a keyword if it has content to the left of it (regardless of braces)
https://github.com/Colvars/colvars/pull/312 (@giacomofiorin)
Authors: @giacomofiorin, @HanatoK, @jhenin
|
2022-05-10 11:24:54 -04:00 |
|
|
|
5760c59d83
|
add a creator: tag to the YAML dump that allows to tell it apart
|
2022-05-10 08:31:02 -04:00 |
|
|
|
b6ee64dc12
|
Merge branch 'collected-small-changes' of github.com:akohlmey/lammps into collected-small-changes
|
2022-05-09 21:58:48 -04:00 |
|
|
|
eb44cbf848
|
small updates
|
2022-05-09 15:22:48 -04:00 |
|
|
|
23e17363f9
|
Merge remote-tracking branch 'github/doc-variable-extract-settings' into collected-small-changes
|
2022-05-09 15:03:13 -04:00 |
|
|
|
6344c667a0
|
more doc info for variable extrat_setting() func
|
2022-05-09 09:33:59 -06:00 |
|
|
|
24ef021fe0
|
fix typo
|
2022-05-09 10:05:12 -04:00 |
|
|
|
1660bae22a
|
add examples import one image to manual
|
2022-05-08 21:15:32 -04:00 |
|
|
|
9ec35f0235
|
update docs to match the latest code
|
2022-05-08 19:14:06 -04:00 |
|
|
|
e0bb27dbb2
|
make radscale and radthresh class members
|
2022-05-07 23:04:34 -04:00 |
|
|
|
e9b1ca16a3
|
correctly initialize radius and molecule id
|
2022-05-07 21:24:08 -04:00 |
|
|
|
60b9fd2db8
|
minor tweaks simplify algorithm
|
2022-05-07 17:08:22 -04:00 |
|
|
|
bcfb6734f3
|
use average vertex distance from center as particle radius
|
2022-05-07 16:27:03 -04:00 |
|
|
|
6722d3fb00
|
add simple STL binary to ASCII converter (based on Wikipedia specs)
|
2022-05-07 16:26:25 -04:00 |
|
|
|
559dc68197
|
implement revised algorithm with recursion
|
2022-05-07 15:40:25 -04:00 |
|
|
|
102b61ae1b
|
Merge branch 'develop' into create-atoms-mesh
|
2022-05-07 09:33:40 -04:00 |
|
|
|
5d08b62622
|
remove unused class member
|
2022-05-07 03:48:54 -04:00 |
|
|
|
4737b9efb7
|
Merge pull request #3250 from akohlmey/collected-small-changes
Collected small changes and bugfixes
|
2022-05-07 00:14:32 -04:00 |
|
|
|
d21d9d95fa
|
Merge pull request #3255 from lammps/timer-variable
Add a timer-style variable
|
2022-05-06 17:46:22 -04:00 |
|
|
|
00bb566893
|
enforce that the number of neighbors cannot be negative (e.g. w/o neighbor list)
|
2022-05-06 17:45:01 -04:00 |
|
|
|
56e36a5df5
|
Merge pull request #2988 from stanmoore1/coo_opt
Add optimized version of compute orientorder/atom from Tomas Oppelstr…
|
2022-05-06 17:11:24 -04:00 |
|
|
|
21d3de65e6
|
fix typos
|
2022-05-06 17:05:18 -04:00 |
|
|
|
767f512dcf
|
add "make ni" alias to "make no-installed"
|
2022-05-06 17:05:03 -04:00 |
|
|
|
907bc7eaa5
|
switch to using wall time
|
2022-05-06 16:58:28 -04:00 |
|
|
|
051c243cfc
|
small programming style upgrade, apply clang-format, silence compiler warnings
|
2022-05-06 16:44:13 -04:00 |
|
|
|
905034893c
|
finished testing of new delete_atoms options
|
2022-05-06 14:15:41 -06:00 |
|
|
|
6432660bc9
|
Merge branch 'develop' of https://github.com/lammps/lammps into coo_opt
|
2022-05-06 13:24:14 -06:00 |
|
|
|
6e78269612
|
whitespace
|
2022-05-06 15:11:15 -04:00 |
|
|
|
81a8b0cf85
|
Add Kokkos HIP preset
|
2022-05-06 12:40:12 -06:00 |
|
|
|
613ef04357
|
Merge branch 'develop' into timer-variable
|
2022-05-06 14:27:52 -04:00 |
|
|
|
5986e11d43
|
Merge branch 'develop' of github.com:lammps/lammps into kk_update_3.6.0
|
2022-05-06 12:04:00 -06:00 |
|
|
|
97012f2aaa
|
correct classification of electrode package, as it requires BLAS/LAPACK
|
2022-05-06 13:57:26 -04:00 |
|
|
|
62a819d7b6
|
Tweak launch bounds to improve GPU performance
|
2022-05-06 13:37:05 -04:00 |
|
|
|
3bb9c64f9e
|
update .gitignore and move electrode package for dependency on KSPACE
|
2022-05-06 13:35:51 -04:00 |
|
|
|
78f2907cbb
|
implement a "make no-installed" command
|
2022-05-06 13:35:21 -04:00 |
|
|
|
f3fcd16628
|
adding of timer-style variables and associated doc pages
|
2022-05-06 11:21:36 -06:00 |
|
|
|
580e01535a
|
Update Kokkos AMD Makefiles
|
2022-05-06 13:04:58 -04:00 |
|
|
|
8e423f07c5
|
Merge branch 'collected-small-changes' of github.com:akohlmey/lammps into collected-small-changes
|
2022-05-06 12:37:34 -04:00 |
|
|
|
2549b86d76
|
update/correct docs for support of compiling LAMMPS with visual studio on windows
|
2022-05-06 12:37:28 -04:00 |
|
|
|
ae73a9b7f7
|
Revert back to original code in npair_ssa_kokkos.h
|
2022-05-06 10:05:57 -06:00 |
|
|
|
73670dafc7
|
Merge branch 'develop' into collected-small-changes
|
2022-05-06 11:45:51 -04:00 |
|
|
|
1f4ad99177
|
one more virial sign flip in dispersion
|
2022-05-06 09:33:55 -06:00 |
|
|
|
aae44892c0
|
consolidate all FFT related redundant defines and typedefs in a single header
|
2022-05-06 11:27:17 -04:00 |
|
|
|
6ec169fa9d
|
Fix warnings in Kokkos package
|
2022-05-06 08:23:45 -06:00 |
|
|
|
a35a2441ce
|
Merge branch 'collected-small-changes' of github.com:akohlmey/lammps into collected-small-changes
|
2022-05-06 04:48:19 -04:00 |
|
|
|
abefff828d
|
plug memory leak
|
2022-05-06 04:39:38 -04:00 |
|
|
|
71185b9f98
|
fix error message
|
2022-05-06 01:02:40 -04:00 |
|