mlatom 3.17.0__tar.gz → 3.17.2__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.17.0/src/mlatom.egg-info → mlatom-3.17.2}/PKG-INFO +3 -3
- {mlatom-3.17.0 → mlatom-3.17.2}/README.md +2 -2
- {mlatom-3.17.0 → mlatom-3.17.2}/setup.py +2 -2
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatom.py +18 -17
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/__init__.py +2 -1
- mlatom-3.17.2/src/mlatom/addons/uaiqm/uaiqm.py +71 -0
- mlatom-3.17.2/src/mlatom/mltpa/__init__.py +0 -0
- mlatom-3.17.2/src/mlatom/shell_cmd.py +30 -0
- {mlatom-3.17.0 → mlatom-3.17.2/src/mlatom.egg-info}/PKG-INFO +3 -3
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom.egg-info/SOURCES.txt +2 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom.egg-info/entry_points.txt +1 -1
- mlatom-3.17.0/src/mlatom/shell_cmd.py +0 -17
- {mlatom-3.17.0 → mlatom-3.17.2}/LICENSE.txt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/setup.cfg +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/GICnet.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLTPA.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/ML_NEA.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/A_KRR.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/A_KRR_kernel.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/D_CoulombMatrix.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/D_ID.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/D_rel2eq.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/MLatomF.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/MLatomFInfo.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/MLmodel.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/Makefile +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/Makefile.intel +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/__init__.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/analyze.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/constants.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/cs.cpp +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/dataset.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/mathUtils.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/molDescr.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/optionsModule.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/precision.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/recover.sh +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/sampling.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/statistics.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/stopper.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/strings.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/timing.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLatomF_src/types.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/MLtasks.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/addons/__init__.py +0 -0
- {mlatom-3.17.0/src/mlatom/aiqm1_model → mlatom-3.17.2/src/mlatom/addons/uaiqm}/__init__.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aimnet2.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1.py +0 -0
- {mlatom-3.17.0/src/mlatom/aiqm2_model → mlatom-3.17.2/src/mlatom/aiqm1_model}/__init__.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_cc_cv0.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_cc_cv1.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_cc_cv2.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_cc_cv3.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_cc_cv4.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_cc_cv5.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_cc_cv6.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_cc_cv7.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_dft_cv0.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_dft_cv1.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_dft_cv2.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_dft_cv3.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_dft_cv4.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_dft_cv5.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_dft_cv6.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm1_model/aiqm1_dft_cv7.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm2.py +0 -0
- {mlatom-3.17.0/src/mlatom/fortran → mlatom-3.17.2/src/mlatom/aiqm2_model}/__init__.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm2_model/aiqm2_cv0.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm2_model/aiqm2_cv1.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm2_model/aiqm2_cv2.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm2_model/aiqm2_cv3.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm2_model/aiqm2_cv4.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm2_model/aiqm2_cv5.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm2_model/aiqm2_cv6.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/aiqm2_model/aiqm2_cv7.pt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/al.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/al_utils.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/args_class.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/ccsdtstarcbs.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/composite_methods.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/constants.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/conversions.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/cs.so +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/data.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/decorators.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/dens.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/doc.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/fortran/KREG.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/fortran/KREG.so +0 -0
- {mlatom-3.17.0/src/mlatom/interfaces → mlatom-3.17.2/src/mlatom/fortran}/__init__.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/fortran/compile.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/fortran/mathUtils.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/fortran/stopper.f90 +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/functionsGICnet.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/gap_md.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/header.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/initial_conditions.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interface_MLatomF.py +0 -0
- {mlatom-3.17.0/src/mlatom/mltpa → mlatom-3.17.2/src/mlatom/interfaces}/__init__.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/ase_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/columbus_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/dftbplus_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/dftd3_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/dftd4_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/dpmd_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/gap_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/gaussian_external.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/gaussian_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/mace_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/mndo_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/orca_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/physnet_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/pyscf_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/sgdml_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/sparrow_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/torchani_heavy_parts.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/torchani_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/turbomole_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/xtb +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/interfaces/xtb_interface.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/kreg_api.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/log.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/md.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/md2vibr.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/md2vibr_cmd.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/md_cmd.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/md_parallel.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/mlatom_gui.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/mltpa/mff.txt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/mltpa/mltpa2022_2.pkl +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/mltpa/mltpa2022_2_new_.pkl +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/model_cls.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/models.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/namd.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/plot.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/ref.json +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/simulations.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/sliceData.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/spectra.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/stats.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/stopper.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/thermostat.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/utils.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom/xyz.py +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom.egg-info/dependency_links.txt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/src/mlatom.egg-info/requires.txt +0 -0
- {mlatom-3.17.0 → mlatom-3.17.2}/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.17.
|
|
3
|
+
Version: 3.17.2
|
|
4
4
|
Summary: A Package for AI-enhanced computational chemistry
|
|
5
5
|
Home-page: http://mlatom.com
|
|
6
6
|
Author: Pavlo O. Dral
|
|
@@ -18,7 +18,7 @@ License-File: LICENSE.txt
|
|
|
18
18
|
# About Program
|
|
19
19
|
MLatom: a Package for Atomistic Simulations with Machine Learning
|
|
20
20
|
|
|
21
|
-
Version 3.17.
|
|
21
|
+
Version 3.17.2
|
|
22
22
|
|
|
23
23
|
**Official website**: http://mlatom.com/
|
|
24
24
|
**Documentation**: http://mlatom.com/docs/
|
|
@@ -47,7 +47,7 @@ When this Software or its derivatives are used in scientific publications, it sh
|
|
|
47
47
|
* 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.
|
|
48
48
|
* 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.
|
|
49
49
|
* 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.
|
|
50
|
-
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Peikun Zheng, Yuxinxin Chen, Bao-Xin Xue, Mikolaj Martyka, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Lina Zhang, Arif Ullah, Quanhao Zhang, Sebastian V. Pios, Yanchi Ou, Matheus O. Bispo, Vignesh B. Kumar, Xin-Yu Tong, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.17.
|
|
50
|
+
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Peikun Zheng, Yuxinxin Chen, Bao-Xin Xue, Mikolaj Martyka, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Lina Zhang, Arif Ullah, Quanhao Zhang, Sebastian V. Pios, Yanchi Ou, Matheus O. Bispo, Vignesh B. Kumar, Xin-Yu Tong, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.17.2, Xiamen University, Xiamen, China, 2013-2024.
|
|
51
51
|
[MLatom.com](http://mlatom.com).
|
|
52
52
|
|
|
53
53
|
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.17.
|
|
4
|
+
Version 3.17.2
|
|
5
5
|
|
|
6
6
|
**Official website**: http://mlatom.com/
|
|
7
7
|
**Documentation**: http://mlatom.com/docs/
|
|
@@ -30,7 +30,7 @@ When this Software or its derivatives are used in scientific publications, it sh
|
|
|
30
30
|
* 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.
|
|
31
31
|
* 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.
|
|
32
32
|
* 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.
|
|
33
|
-
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Peikun Zheng, Yuxinxin Chen, Bao-Xin Xue, Mikolaj Martyka, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Lina Zhang, Arif Ullah, Quanhao Zhang, Sebastian V. Pios, Yanchi Ou, Matheus O. Bispo, Vignesh B. Kumar, Xin-Yu Tong, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.17.
|
|
33
|
+
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Peikun Zheng, Yuxinxin Chen, Bao-Xin Xue, Mikolaj Martyka, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Lina Zhang, Arif Ullah, Quanhao Zhang, Sebastian V. Pios, Yanchi Ou, Matheus O. Bispo, Vignesh B. Kumar, Xin-Yu Tong, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.17.2, Xiamen University, Xiamen, China, 2013-2024.
|
|
34
34
|
[MLatom.com](http://mlatom.com).
|
|
35
35
|
|
|
36
36
|
The citations for MLatom's interfaces and features shall be eventually
|
|
@@ -43,7 +43,7 @@ with open(os.path.join(here, 'README.md')) as f:
|
|
|
43
43
|
|
|
44
44
|
setup(
|
|
45
45
|
name = pkg_name,
|
|
46
|
-
version = "3.17.
|
|
46
|
+
version = "3.17.2",
|
|
47
47
|
author = "Pavlo O. Dral",
|
|
48
48
|
author_email = "admin@mlatom.com",
|
|
49
49
|
license = 'MIT (modified)',
|
|
@@ -68,7 +68,7 @@ setup(
|
|
|
68
68
|
entry_points = {
|
|
69
69
|
'console_scripts' : ['mlatom-gui = mlatom.mlatom_gui:main',
|
|
70
70
|
'mlatom_gui = mlatom.mlatom_gui:main',
|
|
71
|
-
'mlatom = mlatom.shell_cmd:
|
|
71
|
+
'mlatom = mlatom.shell_cmd:mlatom_cmd_run',
|
|
72
72
|
# 'MLatom.py = MLatom.shell_cmd:mlatom',
|
|
73
73
|
'MLatomF = mlatom.shell_cmd:MLatomF']
|
|
74
74
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
!---------------------------------------------------------------------------!
|
|
5
5
|
! !
|
|
6
6
|
! MLatom: a Package for Atomistic Simulations with Machine Learning !
|
|
7
|
-
! MLatom 3.17.
|
|
7
|
+
! MLatom 3.17.2 !
|
|
8
8
|
! @ !
|
|
9
9
|
! Xiamen Atomistic Computing Suite (XACS) !
|
|
10
10
|
! !
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
! Sebastian V. Pios, Yanchi Ou, Matheus O. Bispo, Vignesh B. Kumar, !
|
|
39
39
|
! Xin-Yu Tong, !
|
|
40
40
|
! MLatom: A Package for Atomistic Simulations with Machine Learning, !
|
|
41
|
-
! version 3.17.
|
|
41
|
+
! version 3.17.2, Xiamen University, Xiamen, China, 2013-2024. !
|
|
42
42
|
! !
|
|
43
43
|
! The citations for MLatom's interfaces and features shall be eventually !
|
|
44
44
|
! included too. See header.py, ref.json and http://mlatom.com. !
|
|
@@ -59,23 +59,24 @@ import os, sys, time
|
|
|
59
59
|
# import header
|
|
60
60
|
# from mlatom.MLtasks import CLItasks
|
|
61
61
|
# from mlatom.args_class import mlatom_args
|
|
62
|
-
import importlib.util
|
|
63
|
-
# ~POD, 2025.03.23
|
|
64
|
-
# the complicated import below is required to load the same instance of mlatom,
|
|
65
|
-
# where this script is located.
|
|
66
|
-
|
|
67
|
-
dir_path = os.path.dirname(os.path.abspath(__file__))
|
|
68
|
-
path2init = os.path.join(dir_path, '__init__.py')
|
|
69
|
-
dirname = os.path.basename(dir_path)
|
|
70
|
-
spec = importlib.util.spec_from_file_location(dirname, path2init)
|
|
71
|
-
mlatom_with_this_file = importlib.util.module_from_spec(spec)
|
|
72
|
-
sys.modules[dirname] = mlatom_with_this_file
|
|
73
|
-
spec.loader.exec_module(mlatom_with_this_file)
|
|
74
|
-
header = mlatom_with_this_file.header
|
|
75
|
-
CLItasks = mlatom_with_this_file.MLtasks.CLItasks
|
|
76
|
-
mlatom_args = mlatom_with_this_file.args_class.mlatom_args
|
|
77
62
|
|
|
78
63
|
def run(argv = []):
|
|
64
|
+
import importlib.util
|
|
65
|
+
# ~POD, 2025.03.23
|
|
66
|
+
# the complicated import below is required to load the same instance of mlatom,
|
|
67
|
+
# where this script is located.
|
|
68
|
+
|
|
69
|
+
dir_path = os.path.dirname(os.path.abspath(__file__))
|
|
70
|
+
path2init = os.path.join(dir_path, '__init__.py')
|
|
71
|
+
dirname = os.path.basename(dir_path)
|
|
72
|
+
spec = importlib.util.spec_from_file_location(dirname, path2init)
|
|
73
|
+
mlatom_with_this_file = importlib.util.module_from_spec(spec)
|
|
74
|
+
sys.modules[dirname] = mlatom_with_this_file
|
|
75
|
+
spec.loader.exec_module(mlatom_with_this_file)
|
|
76
|
+
header = mlatom_with_this_file.header
|
|
77
|
+
CLItasks = mlatom_with_this_file.MLtasks.CLItasks
|
|
78
|
+
mlatom_args = mlatom_with_this_file.args_class.mlatom_args
|
|
79
|
+
|
|
79
80
|
starttime = time.time()
|
|
80
81
|
|
|
81
82
|
print(__doc__)
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env python3
|
|
2
|
-
from . import args_class, MLtasks, header, data, models, plot, simulations, stats, xyz, namd, constants, spectra
|
|
2
|
+
from . import MLatom, args_class, MLtasks, header, data, models, plot, simulations, stats, xyz, namd, constants, spectra
|
|
3
|
+
from .MLatom import run
|
|
3
4
|
from .simulations import optimize_geometry, irc, freq, thermochemistry, md, generate_initial_conditions, vibrational_spectrum, md_parallel
|
|
4
5
|
from .data import atom, molecule, molecular_database
|
|
5
6
|
from .models import kreg, ani, msani
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
'''
|
|
3
|
+
.. code-block::
|
|
4
|
+
|
|
5
|
+
!---------------------------------------------------------------------------!
|
|
6
|
+
! Add-on mock implementation for: !
|
|
7
|
+
! !
|
|
8
|
+
! uaiqm: Universal and Updatable Artificial Intelligence-Enhanced !
|
|
9
|
+
! Quantum Mechanical Methods !
|
|
10
|
+
! Implementations by: Yuxinxin Chen and Pavlo O. Dral !
|
|
11
|
+
!---------------------------------------------------------------------------!
|
|
12
|
+
'''
|
|
13
|
+
|
|
14
|
+
from ...model_cls import method_model
|
|
15
|
+
|
|
16
|
+
class uaiqm(method_model):
|
|
17
|
+
"""
|
|
18
|
+
The Universal and Updatable Artificial Intelligence-Quantum Mechanical methods.
|
|
19
|
+
|
|
20
|
+
Arguments:
|
|
21
|
+
method (str, optional): UAIQM method used.
|
|
22
|
+
version (str, optional): The version of each UAIQM method. Default is the the newest.
|
|
23
|
+
uaiqm_kwargs (dictionary, optional): Keywords passed to calculation for each part in uaiqm.
|
|
24
|
+
selector (uaiqm selector, optional): If no customized selector is provided, default selection scheme will be used.
|
|
25
|
+
verbose (bool, optional): Whether to print information during automatic selection
|
|
26
|
+
|
|
27
|
+
.. code-block:: python
|
|
28
|
+
|
|
29
|
+
# Initialize molecule
|
|
30
|
+
mol = ml.data.molecule()
|
|
31
|
+
mol.read_from_xyz_file(filename='ethanol.xyz')
|
|
32
|
+
# Run UAIQM calculation
|
|
33
|
+
uaiqm = ml.models.methods(method='uaiqm_odm2star@cc', version='newest')
|
|
34
|
+
uaiqm.predict(molecule=mol, calculate_energy=True, calculate_energy_gradients=True, calculate_hessian=True)
|
|
35
|
+
# Get energy, gradient, and prediction uncertainty of UAIQM method
|
|
36
|
+
energy = mol.energy
|
|
37
|
+
gradient = mol.gradient
|
|
38
|
+
|
|
39
|
+
"""
|
|
40
|
+
|
|
41
|
+
supported_methods = ['uaiqm_optimal', 'uaiqm_nobaseline@dft', 'uaiqm_nobaseline@cc', 'uaiqm_odm2star@dft', 'uaiqm_odm2star@cc', 'uaiqm_gfn2xtbstar@dft', 'uaiqm_gfn2xtbstar@cc', 'uaiqm_wb97x631gp@cc', 'uaiqm_wb97xdef2tzvpp@cc']
|
|
42
|
+
|
|
43
|
+
def __init__(
|
|
44
|
+
self,
|
|
45
|
+
# <<< define methods <<<
|
|
46
|
+
method: str = 'uaiqm_gfn2xtbstar@cc',
|
|
47
|
+
version: str = 'newest',
|
|
48
|
+
# <<< solvent - only support xtb based method now <<<
|
|
49
|
+
solvent: str = None,
|
|
50
|
+
# <<< keywords for each componnet <<<
|
|
51
|
+
baseline_kwargs: dict = {},
|
|
52
|
+
dispersion_kwargs: dict = {},
|
|
53
|
+
# <<< set number of threads (default 1)<<<
|
|
54
|
+
nthreads: int = 1,
|
|
55
|
+
# <<< unused keyword <<<
|
|
56
|
+
selector = None,
|
|
57
|
+
# <<< verbose setting <<<
|
|
58
|
+
verbose: bool = False,
|
|
59
|
+
warning: bool = True,
|
|
60
|
+
# <<< file saving <<<
|
|
61
|
+
working_directory: str = None,
|
|
62
|
+
save_files_in_current_directory: bool = True
|
|
63
|
+
):
|
|
64
|
+
|
|
65
|
+
if self.is_method_supported(method=method):
|
|
66
|
+
raise ValueError(f'The requested method "{method}" is supported as an add-on in Aitomic, please refer to http://MLatom.com/aitomic for the instructions on how to obtain it.')
|
|
67
|
+
else:
|
|
68
|
+
self.raise_unsupported_method_error(method)
|
|
69
|
+
|
|
70
|
+
if __name__ == '__main__':
|
|
71
|
+
pass
|
|
File without changes
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
#!/usr/bin/env python
|
|
2
|
+
import sys
|
|
3
|
+
import os
|
|
4
|
+
import time
|
|
5
|
+
#from MLatom import run
|
|
6
|
+
|
|
7
|
+
def mlatom_cmd_run(sleep=True):
|
|
8
|
+
import importlib.util
|
|
9
|
+
# ~POD, 2025.04.16
|
|
10
|
+
# the complicated import below is required to load the same instance of mlatom,
|
|
11
|
+
# which called this external script in the first place.
|
|
12
|
+
dir_path = os.path.dirname(os.path.abspath(__file__))
|
|
13
|
+
path2init = os.path.join(dir_path, '__init__.py')
|
|
14
|
+
dirname = os.path.basename(dir_path)
|
|
15
|
+
spec = importlib.util.spec_from_file_location(dirname, path2init)
|
|
16
|
+
mlatom4gaussian = importlib.util.module_from_spec(spec)
|
|
17
|
+
sys.modules[dirname] = mlatom4gaussian
|
|
18
|
+
spec.loader.exec_module(mlatom4gaussian)
|
|
19
|
+
mlatom4gaussian.run()
|
|
20
|
+
if sleep:
|
|
21
|
+
time.sleep(1)
|
|
22
|
+
|
|
23
|
+
def MLatomF():
|
|
24
|
+
path = os.path.abspath(os.path.dirname(__file__))
|
|
25
|
+
os.system(f'{path}/MLatomF {" ".join(sys.argv[1:])}')
|
|
26
|
+
time.sleep(1)
|
|
27
|
+
|
|
28
|
+
if __name__ == '__main__':
|
|
29
|
+
#run()
|
|
30
|
+
mlatom_cmd_run(sleep=False)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mlatom
|
|
3
|
-
Version: 3.17.
|
|
3
|
+
Version: 3.17.2
|
|
4
4
|
Summary: A Package for AI-enhanced computational chemistry
|
|
5
5
|
Home-page: http://mlatom.com
|
|
6
6
|
Author: Pavlo O. Dral
|
|
@@ -18,7 +18,7 @@ License-File: LICENSE.txt
|
|
|
18
18
|
# About Program
|
|
19
19
|
MLatom: a Package for Atomistic Simulations with Machine Learning
|
|
20
20
|
|
|
21
|
-
Version 3.17.
|
|
21
|
+
Version 3.17.2
|
|
22
22
|
|
|
23
23
|
**Official website**: http://mlatom.com/
|
|
24
24
|
**Documentation**: http://mlatom.com/docs/
|
|
@@ -47,7 +47,7 @@ When this Software or its derivatives are used in scientific publications, it sh
|
|
|
47
47
|
* 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.
|
|
48
48
|
* 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.
|
|
49
49
|
* 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.
|
|
50
|
-
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Peikun Zheng, Yuxinxin Chen, Bao-Xin Xue, Mikolaj Martyka, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Lina Zhang, Arif Ullah, Quanhao Zhang, Sebastian V. Pios, Yanchi Ou, Matheus O. Bispo, Vignesh B. Kumar, Xin-Yu Tong, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.17.
|
|
50
|
+
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Peikun Zheng, Yuxinxin Chen, Bao-Xin Xue, Mikolaj Martyka, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Lina Zhang, Arif Ullah, Quanhao Zhang, Sebastian V. Pios, Yanchi Ou, Matheus O. Bispo, Vignesh B. Kumar, Xin-Yu Tong, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.17.2, Xiamen University, Xiamen, China, 2013-2024.
|
|
51
51
|
[MLatom.com](http://mlatom.com).
|
|
52
52
|
|
|
53
53
|
The citations for MLatom's interfaces and features shall be eventually
|
|
@@ -83,6 +83,8 @@ src/mlatom/MLatomF_src/strings.f90
|
|
|
83
83
|
src/mlatom/MLatomF_src/timing.f90
|
|
84
84
|
src/mlatom/MLatomF_src/types.f90
|
|
85
85
|
src/mlatom/addons/__init__.py
|
|
86
|
+
src/mlatom/addons/uaiqm/__init__.py
|
|
87
|
+
src/mlatom/addons/uaiqm/uaiqm.py
|
|
86
88
|
src/mlatom/aiqm1_model/__init__.py
|
|
87
89
|
src/mlatom/aiqm1_model/aiqm1_cc_cv0.pt
|
|
88
90
|
src/mlatom/aiqm1_model/aiqm1_cc_cv1.pt
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env python
|
|
2
|
-
import sys
|
|
3
|
-
import os
|
|
4
|
-
import time
|
|
5
|
-
from MLatom import run
|
|
6
|
-
|
|
7
|
-
def mlatom():
|
|
8
|
-
run()
|
|
9
|
-
time.sleep(1)
|
|
10
|
-
|
|
11
|
-
def MLatomF():
|
|
12
|
-
path = os.path.abspath(os.path.dirname(__file__))
|
|
13
|
-
os.system(f'{path}/MLatomF {" ".join(sys.argv[1:])}')
|
|
14
|
-
time.sleep(1)
|
|
15
|
-
|
|
16
|
-
if __name__ == '__main__':
|
|
17
|
-
run()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|