0.2.4
版本发布时间: 2022-04-22 02:33:10
mir-group/flare最新发布版本:1.3.3(2022-12-20 05:00:27)
This is the stable version of flare, which is compatible with the flare_pp v0.1.3
Below are the auto-generated release notes
What's Changed
- Add punchout-related files, methods, and functions by @stevetorr in https://github.com/mir-group/flare/pull/1
- Mapped gp by @jonpvandermause in https://github.com/mir-group/flare/pull/2
- Mapped gp by @jonpvandermause in https://github.com/mir-group/flare/pull/3
- remove untested modules by @jonpvandermause in https://github.com/mir-group/flare/pull/4
- Docs by @jonpvandermause in https://github.com/mir-group/flare/pull/5
- Gitignore by @jonpvandermause in https://github.com/mir-group/flare/pull/6
- add additional information about pushing a forked repo by @jonpvandermause in https://github.com/mir-group/flare/pull/7
- add direct push guidelines by @jonpvandermause in https://github.com/mir-group/flare/pull/8
- Close #9 by @jonpvandermause in https://github.com/mir-group/flare/pull/11
- update mff in development branch by @jonpvandermause in https://github.com/mir-group/flare/pull/12
- Code standards by @jonpvandermause in https://github.com/mir-group/flare/pull/33
- Added Z_to_element function, tested, tightened up unit tests by @stevetorr in https://github.com/mir-group/flare/pull/32
- GP from AIMD + Serialization by @stevetorr in https://github.com/mir-group/flare/pull/27
- Edit lammps calculator by @jonpvandermause in https://github.com/mir-group/flare/pull/25
- Shorten/fix gp aimd test by @stevetorr in https://github.com/mir-group/flare/pull/44
- fix import in mff test by @jonpvandermause in https://github.com/mir-group/flare/pull/46
- new output class and add configuration output in ".xyz" format by @nw13slx in https://github.com/mir-group/flare/pull/42
- Now skips tests with QE if PWSCF_COMMAND is not found by @stevetorr in https://github.com/mir-group/flare/pull/48
- changed mff name #29 & tested update_L_alpha #23 by @YuuuXie in https://github.com/mir-group/flare/pull/50
- automatically write lmp file when mgp constructed #28 by @YuuuXie in https://github.com/mir-group/flare/pull/51
- CI with coverage by @anjohan in https://github.com/mir-group/flare/pull/60
- Merging master onto Serialization branch by @stevetorr in https://github.com/mir-group/flare/pull/65
- GP from AIMD Bugfix by @stevetorr in https://github.com/mir-group/flare/pull/68
- Bug/jon/gp update by @jonpvandermause in https://github.com/mir-group/flare/pull/71
- Added flexibility to user to frequency of output writing by @stevetorr in https://github.com/mir-group/flare/pull/69
- OTF will always flush buffer when writing Output by @stevetorr in https://github.com/mir-group/flare/pull/74
- create dft_interface module to interface with multiple DFT software. by @nw13slx in https://github.com/mir-group/flare/pull/61
- Serialization and representation GP + Small fixes by @stevetorr in https://github.com/mir-group/flare/pull/64
- Added to / from PMG methods, with pymatgen as an optional import by @stevetorr in https://github.com/mir-group/flare/pull/67
- Add setup.py for easy installation by @anjohan in https://github.com/mir-group/flare/pull/80
- change coverage report to only flare dir by @anjohan in https://github.com/mir-group/flare/pull/79
- Register on pypi, more badges by @anjohan in https://github.com/mir-group/flare/pull/81
- Feature/jon/npool by @jonpvandermause in https://github.com/mir-group/flare/pull/76
- Ase interface by @YuuuXie in https://github.com/mir-group/flare/pull/77
- Feature/lixin/gp from aimd by @nw13slx in https://github.com/mir-group/flare/pull/88
- Added draft of vasp_util.py for VASP trajectories and OTF by @kylebystrom in https://github.com/mir-group/flare/pull/82
- Quick fix to suppress pymatgen warnings by @kylebystrom in https://github.com/mir-group/flare/pull/93
- Bugfix/lixin/multiprocessing by @nw13slx in https://github.com/mir-group/flare/pull/90
- Fix: NP training labels now set for from_dict GPs by @stevetorr in https://github.com/mir-group/flare/pull/96
- Feature/steven/gpfa checkpoints by @stevetorr in https://github.com/mir-group/flare/pull/99
- WIP: GP now takes opt_params argument by @stevetorr in https://github.com/mir-group/flare/pull/92
- STD Species refactor + 100% coverage by @stevetorr in https://github.com/mir-group/flare/pull/104
- Yu/parallelize - close #83 & changed MGP by @YuuuXie in https://github.com/mir-group/flare/pull/105
- GP_FROM_AIMD change by @nw13slx in https://github.com/mir-group/flare/pull/103
- GPFA now has train by error option by @stevetorr in https://github.com/mir-group/flare/pull/106
- GPFA Output now prints gp forces, stds, dft forces by @stevetorr in https://github.com/mir-group/flare/pull/111
- Allow passing of kwargs to vasprun object by @stevetorr in https://github.com/mir-group/flare/pull/114
- WIP: vasp util compatibility with OTF by @stevetorr in https://github.com/mir-group/flare/pull/117
- WIP: Docstrings and typehints by @stevetorr in https://github.com/mir-group/flare/pull/118
- Ase interface - add stress & tested OTF parser by @YuuuXie in https://github.com/mir-group/flare/pull/107
- GP algebra docstring by @nw13slx in https://github.com/mir-group/flare/pull/120
- Ase interface by @YuuuXie in https://github.com/mir-group/flare/pull/121
- Added & unit tested store_dft_output by @stevetorr in https://github.com/mir-group/flare/pull/123
- Move store_dft_output logic to run_dft method by @stevetorr in https://github.com/mir-group/flare/pull/125
- Fix n_cpu in gpfa docstrings and logic by @stevetorr in https://github.com/mir-group/flare/pull/126
- Bugfix: OTF ignores structure species, when using pre-trained GP by @stevetorr in https://github.com/mir-group/flare/pull/130
- WIP: Merge development since merge onto branch by @stevetorr in https://github.com/mir-group/flare/pull/138
- WIP: merge multihyperparameters into energy_mgp by @nw13slx in https://github.com/mir-group/flare/pull/140
- Ase interface - close #133 by @YuuuXie in https://github.com/mir-group/flare/pull/136
- merge features/lixin/share_memory to yu/energy_mgp by @nw13slx in https://github.com/mir-group/flare/pull/141
- Merge/mc simple+development by @nw13slx in https://github.com/mir-group/flare/pull/146
- give the option to print hyperparameters to console by @jonpvandermause in https://github.com/mir-group/flare/pull/149
- Add custom force module and otf helper functions; remove xyz logs by @jonpvandermause in https://github.com/mir-group/flare/pull/152
- WIP: enable multiple hyperparameter groups and improve mp performance by @nw13slx in https://github.com/mir-group/flare/pull/139
- remove extraneous print statements by @jonpvandermause in https://github.com/mir-group/flare/pull/156
- Add space between floats in the output file by @jonpvandermause in https://github.com/mir-group/flare/pull/157
- fix manybody kernel etype issue by @nw13slx in https://github.com/mir-group/flare/pull/166
- [WIP] Development branch with many body feature and energy mapping by @nw13slx in https://github.com/mir-group/flare/pull/162
- Training on energy labels by @jonpvandermause in https://github.com/mir-group/flare/pull/128
- Added GPFA parser function to gp_from_aimd by @stevetorr in https://github.com/mir-group/flare/pull/173
- Jon/feature/auto sweep by @jonpvandermause in https://github.com/mir-group/flare/pull/174
- Enable multiple cutoff for two-, three- and manybody kernel by @nw13slx in https://github.com/mir-group/flare/pull/170
- fix predict by @jonpvandermause in https://github.com/mir-group/flare/pull/177
- Fixes minor typo in doc-string for gp by @dmclark17 in https://github.com/mir-group/flare/pull/179
- Predict.py now has 100% coverage by @stevetorr in https://github.com/mir-group/flare/pull/182
- Add, test method to remove force data from a gp by @stevetorr in https://github.com/mir-group/flare/pull/183
- Attempt to solve unit tests failing due to pytest by @stevetorr in https://github.com/mir-group/flare/pull/186
- Better user interface and consistency check through out env/gp/kernel modules by @nw13slx in https://github.com/mir-group/flare/pull/184
- Steven/feature/gp write choice by @stevetorr in https://github.com/mir-group/flare/pull/188
- [WIP]Add backwards compatibility for pickled envs by @stevetorr in https://github.com/mir-group/flare/pull/189
- fix optimization flag in ParameterHelper class by @nw13slx in https://github.com/mir-group/flare/pull/191
- Steven/bugfix/mgp predict by @stevetorr in https://github.com/mir-group/flare/pull/192
- Stress kernels and other kernel related changes by @jonpvandermause in https://github.com/mir-group/flare/pull/187
- Feature/lixin/gpfa improvement by @nw13slx in https://github.com/mir-group/flare/pull/195
- Clarify how to adjust GP hyp masks and cutoffs by @stevetorr in https://github.com/mir-group/flare/pull/200
- Steven/bugfix/cherrypicked bugfix by @stevetorr in https://github.com/mir-group/flare/pull/203
- Quality of life method: Structure valid method by @stevetorr in https://github.com/mir-group/flare/pull/204
- MGP - var upper bound & ASE Atoms by @YuuuXie in https://github.com/mir-group/flare/pull/198
- Merge development into master by @jonpvandermause in https://github.com/mir-group/flare/pull/199
- GPFA now has 'training plan' feature by @stevetorr in https://github.com/mir-group/flare/pull/207
- Fix MGP issues & Add LAMMPS pair styles by @YuuuXie in https://github.com/mir-group/flare/pull/215
- Bugfix: OTF parser, ASE md step, OTF checkpoint by @YuuuXie in https://github.com/mir-group/flare/pull/214
- Merge Development to master by @YuuuXie in https://github.com/mir-group/flare/pull/218
- Apply black formatting to flare and tests directories by @jonpvandermause in https://github.com/mir-group/flare/pull/226
- Env now has force attribute by @stevetorr in https://github.com/mir-group/flare/pull/229
- nose-hoover thermostat by @simonbatzner in https://github.com/mir-group/flare/pull/227
- Enable on-the-fly training in the NPT ensemble by @jonpvandermause in https://github.com/mir-group/flare/pull/225
- Integrate RBCMs onto development branch by @stevetorr in https://github.com/mir-group/flare/pull/238
- Add 2+MB Kernel by @stevetorr in https://github.com/mir-group/flare/pull/241
- Rewrite Active & Passive Learning for GPFA by @stevetorr in https://github.com/mir-group/flare/pull/230
- compile lammps+mgp during travis build by @jonpvandermause in https://github.com/mir-group/flare/pull/256
- remove assignment of wrapped positions to structure by @jonpvandermause in https://github.com/mir-group/flare/pull/255
- Add option for
force_only
& Addset_atoms
by @YuuuXie in https://github.com/mir-group/flare/pull/254 - add min steps option by @jonpvandermause in https://github.com/mir-group/flare/pull/252
- Bugfix/yu/uncertainty print by @YuuuXie in https://github.com/mir-group/flare/pull/259
- Feature/simon/nosehoover update by @simonbatzner in https://github.com/mir-group/flare/pull/260
- Fix ASE calculator returning stale forces (#261) by @smheidrich in https://github.com/mir-group/flare/pull/262
- Development by @YuuuXie in https://github.com/mir-group/flare/pull/265
- Development - minor fixes to gp.py by @YuuuXie in https://github.com/mir-group/flare/pull/266
- Add optional calculator input to ase otf constructor by @jonpvandermause in https://github.com/mir-group/flare/pull/271
- Give the option in otf to add all atoms above a specified threshold by @jonpvandermause in https://github.com/mir-group/flare/pull/272
- Add stress argument to struc, serialization by @stevetorr in https://github.com/mir-group/flare/pull/276
- Revert "Add stress argument to struc, serialization" by @stevetorr in https://github.com/mir-group/flare/pull/277
- reset thermostat when rescaling temperature by @jonpvandermause in https://github.com/mir-group/flare/pull/275
- Steven/update/stress struc by @stevetorr in https://github.com/mir-group/flare/pull/278
- Development by @jonpvandermause in https://github.com/mir-group/flare/pull/279
- GPFA now can include energies by @stevetorr in https://github.com/mir-group/flare/pull/282
- Fix stress order in ASE calculator & update reference by @YuuuXie in https://github.com/mir-group/flare/pull/283
- bug fix by @aaronchen0316 in https://github.com/mir-group/flare/pull/287
- Development by @jonpvandermause in https://github.com/mir-group/flare/pull/293
- Jon/sgp checkpoint by @jonpvandermause in https://github.com/mir-group/flare/pull/294
- Bugfix: opt_algorithm for #298, and write_model for #299 by @YuuuXie in https://github.com/mir-group/flare/pull/300
- Add io feature to OTF by @YuuuXie in https://github.com/mir-group/flare/pull/302
New Contributors
- @jonpvandermause made their first contribution in https://github.com/mir-group/flare/pull/2
- @nw13slx made their first contribution in https://github.com/mir-group/flare/pull/42
- @anjohan made their first contribution in https://github.com/mir-group/flare/pull/60
- @kylebystrom made their first contribution in https://github.com/mir-group/flare/pull/82
- @simonbatzner made their first contribution in https://github.com/mir-group/flare/pull/227
- @smheidrich made their first contribution in https://github.com/mir-group/flare/pull/262
- @aaronchen0316 made their first contribution in https://github.com/mir-group/flare/pull/287
Full Changelog: https://github.com/mir-group/flare/commits/0.2.4
1、 lammps_plugins_0.2.4.tar.gz 18.02KB