mlatom 3.6.0__tar.gz → 3.7.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mlatom-3.6.0/src/mlatom.egg-info → mlatom-3.7.0}/PKG-INFO +3 -3
- {mlatom-3.6.0 → mlatom-3.7.0}/README.md +2 -2
- {mlatom-3.6.0 → mlatom-3.7.0}/setup.py +1 -1
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatom.py +2 -2
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLtasks.py +10 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/__init__.py +4 -2
- mlatom-3.7.0/src/mlatom/al.py +687 -0
- mlatom-3.7.0/src/mlatom/al_utils.py +1195 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/args_class.py +10 -8
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/pyscf_interface.py +6 -6
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/torchani_interface.py +55 -2
- mlatom-3.7.0/src/mlatom/md_parallel.py +276 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/simulations.py +1 -0
- {mlatom-3.6.0 → mlatom-3.7.0/src/mlatom.egg-info}/PKG-INFO +3 -3
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom.egg-info/SOURCES.txt +3 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/LICENSE.txt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/setup.cfg +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLTPA.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/ML_NEA.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/A_KRR.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/A_KRR_kernel.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/D_CoulombMatrix.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/D_ID.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/D_rel2eq.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/MLatomF.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/MLatomFInfo.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/MLmodel.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/Makefile +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/Makefile.intel +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/__init__.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/analyze.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/constants.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/cs.cpp +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/dataset.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/mathUtils.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/molDescr.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/optionsModule.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/precision.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/recover.sh +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/sampling.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/statistics.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/stopper.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/strings.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/timing.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/MLatomF_src/types.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/__init__.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_cc_cv0.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_cc_cv1.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_cc_cv2.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_cc_cv3.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_cc_cv4.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_cc_cv5.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_cc_cv6.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_cc_cv7.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_dft_cv0.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_dft_cv1.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_dft_cv2.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_dft_cv3.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_dft_cv4.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_dft_cv5.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_dft_cv6.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/aiqm1_model/aiqm1_dft_cv7.pt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/ccsdtstarcbs.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/composite_methods.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/constants.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/conversions.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/cs.so +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/data.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/decorators.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/doc.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/fortran/KREG.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/fortran/__init__.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/fortran/compile.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/fortran/mathUtils.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/fortran/stopper.f90 +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/header.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/initial_conditions.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interface_MLatomF.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/__init__.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/ase_interface.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/columbus_interface.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/dftd4_interface.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/dpmd_interface.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/gap_interface.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/gaussian_interface.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/mace_interface.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/mndo_interface.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/orca_interface.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/physnet_interface.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/sgdml_interface.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/sparrow_interface.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/turbomole_interface.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/interfaces/xtb_interface.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/kreg_api.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/log.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/md.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/md2vibr.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/md2vibr_cmd.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/md_cmd.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/mlatom_gui.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/mltpa/__init__.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/mltpa/mff.txt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/mltpa/mltpa2022_2.pkl +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/mltpa/mltpa2022_2_new_.pkl +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/models.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/namd.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/plot.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/ref.json +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/shell_cmd.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/sliceData.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/stats.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/stopper.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/thermostat.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/utils.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom/xyz.py +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom.egg-info/dependency_links.txt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom.egg-info/entry_points.txt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom.egg-info/requires.txt +0 -0
- {mlatom-3.6.0 → mlatom-3.7.0}/src/mlatom.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mlatom
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.7.0
|
|
4
4
|
Summary: A Package for Atomistic Simulations with Machine Learning
|
|
5
5
|
Home-page: http://mlatom.com
|
|
6
6
|
Author: Pavlo O. Dral
|
|
@@ -27,7 +27,7 @@ Requires-Dist: tqdm
|
|
|
27
27
|
# About Program
|
|
28
28
|
MLatom: a Package for Atomistic Simulations with Machine Learning
|
|
29
29
|
|
|
30
|
-
Version 3.
|
|
30
|
+
Version 3.7.0
|
|
31
31
|
|
|
32
32
|
**Official website**: http://mlatom.com/
|
|
33
33
|
**Manual**: http://mlatom.com/manual/
|
|
@@ -60,7 +60,7 @@ When this Software or its derivatives are used in scientific publications, it sh
|
|
|
60
60
|
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Peikun Zheng, Yuxinxin Chen, Mario Barbatti, Olexandr Isayev, Cheng Wang, Bao-Xin Xue, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Lina Zhang, Shuang Zhang, Arif Ullah, Quanhao Zhang, Yanchi Ou. [MLatom 3: A Platform for Machine Learning-enhanced Computational Chemistry Simulations and Workflows](https://doi.org/10.1021/acs.jctc.3c01203). *J. Chem. Theory Comput.* **2024**, *20*, 1193--1213.
|
|
61
61
|
* Pavlo O. Dral, Fuchun Ge, Bao-Xin Xue, Yi-Fan Hou, Max Pinheiro Jr, Jianxing Huang, Mario Barbatti. [MLatom 2: An Integrative Platform for Atomistic Machine Learning](http://doi.org/10.1007/s41061-021-00339-5). *Top. Curr. Chem.* **2021**, *379*, 27.
|
|
62
62
|
* Pavlo O. Dral. [MLatom: A Program Package for Quantum Chemical Research Assisted by Machine Learning](http://dx.doi.org/10.1002/jcc.26004). *J. Comput. Chem.* **2019**, *40*, 2339--2347.
|
|
63
|
-
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Peikun Zheng, Yuxinxin Chen, Bao-Xin Xue, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Lina Zhang, Arif Ullah, Quanhao Zhang, Sebastian V. Pios, Yanchi Ou, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.
|
|
63
|
+
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Peikun Zheng, Yuxinxin Chen, Bao-Xin Xue, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Lina Zhang, Arif Ullah, Quanhao Zhang, Sebastian V. Pios, Yanchi Ou, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.7.0, Xiamen University, Xiamen, China, 2013-2024.
|
|
64
64
|
[MLatom.com](http://mlatom.com).
|
|
65
65
|
|
|
66
66
|
The citations for MLatom's interfaces and features shall be eventually
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# About Program
|
|
2
2
|
MLatom: a Package for Atomistic Simulations with Machine Learning
|
|
3
3
|
|
|
4
|
-
Version 3.
|
|
4
|
+
Version 3.7.0
|
|
5
5
|
|
|
6
6
|
**Official website**: http://mlatom.com/
|
|
7
7
|
**Manual**: http://mlatom.com/manual/
|
|
@@ -34,7 +34,7 @@ When this Software or its derivatives are used in scientific publications, it sh
|
|
|
34
34
|
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Peikun Zheng, Yuxinxin Chen, Mario Barbatti, Olexandr Isayev, Cheng Wang, Bao-Xin Xue, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Lina Zhang, Shuang Zhang, Arif Ullah, Quanhao Zhang, Yanchi Ou. [MLatom 3: A Platform for Machine Learning-enhanced Computational Chemistry Simulations and Workflows](https://doi.org/10.1021/acs.jctc.3c01203). *J. Chem. Theory Comput.* **2024**, *20*, 1193--1213.
|
|
35
35
|
* Pavlo O. Dral, Fuchun Ge, Bao-Xin Xue, Yi-Fan Hou, Max Pinheiro Jr, Jianxing Huang, Mario Barbatti. [MLatom 2: An Integrative Platform for Atomistic Machine Learning](http://doi.org/10.1007/s41061-021-00339-5). *Top. Curr. Chem.* **2021**, *379*, 27.
|
|
36
36
|
* Pavlo O. Dral. [MLatom: A Program Package for Quantum Chemical Research Assisted by Machine Learning](http://dx.doi.org/10.1002/jcc.26004). *J. Comput. Chem.* **2019**, *40*, 2339--2347.
|
|
37
|
-
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Peikun Zheng, Yuxinxin Chen, Bao-Xin Xue, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Lina Zhang, Arif Ullah, Quanhao Zhang, Sebastian V. Pios, Yanchi Ou, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.
|
|
37
|
+
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Peikun Zheng, Yuxinxin Chen, Bao-Xin Xue, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Lina Zhang, Arif Ullah, Quanhao Zhang, Sebastian V. Pios, Yanchi Ou, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.7.0, Xiamen University, Xiamen, China, 2013-2024.
|
|
38
38
|
[MLatom.com](http://mlatom.com).
|
|
39
39
|
|
|
40
40
|
The citations for MLatom's interfaces and features shall be eventually
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
!---------------------------------------------------------------------------!
|
|
5
5
|
! !
|
|
6
6
|
! MLatom: a Package for Atomistic Simulations with Machine Learning !
|
|
7
|
-
! MLatom 3.
|
|
7
|
+
! MLatom 3.7.0 !
|
|
8
8
|
! @ !
|
|
9
9
|
! Xiamen Atomistic Computing Suite (XACS) !
|
|
10
10
|
! !
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
! Xue, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, !
|
|
37
37
|
! Lina Zhang, Arif Ullah, Quanhao Zhang, Sebastian V. Pios, Yanchi Ou, !
|
|
38
38
|
! MLatom: A Package for Atomistic Simulations with Machine Learning, !
|
|
39
|
-
! version 3.
|
|
39
|
+
! version 3.7.0, Xiamen University, Xiamen, China, 2013-2024. !
|
|
40
40
|
! !
|
|
41
41
|
! The citations for MLatom's interfaces and features shall be eventually !
|
|
42
42
|
! included too. See header.py, ref.json and http://mlatom.com. !
|
|
@@ -535,6 +535,16 @@ def MLTPA(args):
|
|
|
535
535
|
from .MLTPA import MLTPA as mltpa
|
|
536
536
|
mltpa(args.args2pass).predict()
|
|
537
537
|
|
|
538
|
+
def al(args):
|
|
539
|
+
from .al import active_learning
|
|
540
|
+
molDB = loading_data(args.XYZfile, charges=args.charges, multiplicities=args.multiplicities)
|
|
541
|
+
args.nthreads = 1
|
|
542
|
+
model = loading_model(args)
|
|
543
|
+
active_learning(
|
|
544
|
+
molecule=molDB[0],
|
|
545
|
+
reference_method=model,
|
|
546
|
+
)
|
|
547
|
+
|
|
538
548
|
# Reusable functions below. Name with -ing form
|
|
539
549
|
def loading_data(XYZfile, Yfile=None, YgradXYZfile=None, charges=None, multiplicities=None):
|
|
540
550
|
assert XYZfile, 'please provide data file(s) needed.'
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python3
|
|
2
2
|
from . import data, models, plot, simulations, stats, xyz, namd, constants
|
|
3
|
-
from .simulations import optimize_geometry, irc, freq, thermochemistry, md, generate_initial_conditions, vibrational_spectrum
|
|
3
|
+
from .simulations import optimize_geometry, irc, freq, thermochemistry, md, generate_initial_conditions, vibrational_spectrum, md_parallel
|
|
4
4
|
from .data import atom, molecule, molecular_database
|
|
5
|
-
from .models import methods
|
|
5
|
+
from .models import methods
|
|
6
|
+
from . import al_utils
|
|
7
|
+
from .al import al
|