mlatom 3.18.1__tar.gz → 3.18.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.18.1/src/mlatom.egg-info → mlatom-3.18.2}/PKG-INFO +3 -3
- {mlatom-3.18.1 → mlatom-3.18.2}/README.md +2 -2
- {mlatom-3.18.1 → mlatom-3.18.2}/setup.py +1 -1
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatom.py +2 -2
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/__init__.py +2 -2
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/models.py +7 -0
- {mlatom-3.18.1 → mlatom-3.18.2/src/mlatom.egg-info}/PKG-INFO +3 -3
- {mlatom-3.18.1 → mlatom-3.18.2}/LICENSE.txt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/setup.cfg +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/EEEDDDD.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/EEEDDDD_descriptor.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/EEEDDDD_nn.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/GICnet.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLTPA.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/ML_NEA.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/A_KRR.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/A_KRR_kernel.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/D_CoulombMatrix.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/D_ID.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/D_rel2eq.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/MLatomF.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/MLatomFInfo.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/MLmodel.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/Makefile +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/Makefile.intel +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/__init__.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/analyze.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/constants.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/cs.cpp +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/dataset.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/mathUtils.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/molDescr.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/optionsModule.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/precision.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/recover.sh +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/sampling.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/statistics.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/stopper.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/strings.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/timing.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLatomF_src/types.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/MLtasks.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/addons/__init__.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/addons/omnip2x/__init__.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/addons/omnip2x/omnip2x.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/addons/omnip2x/vecmsani.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/addons/uaiqm/__init__.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/addons/uaiqm/uaiqm.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/aiqm1.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/aiqm2.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/al.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/al_utils.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/args_class.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/ccsdtstarcbs.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/composite_methods.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/constants.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/conversions.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/cs.so +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/data.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/decorators.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/dens.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/doc.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/fortran/KREG.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/fortran/KREG.so +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/fortran/__init__.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/fortran/compile.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/fortran/mathUtils.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/fortran/stopper.f90 +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/functionsGICnet.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/gap_md.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/gen_ts_methods.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/header.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/initial_conditions.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interface_MLatomF.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/__init__.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/aimnet2_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/ase_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/columbus_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/dftbplus_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/dftd3_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/dftd4_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/dpmd_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/gap_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/gaussian_external.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/gaussian_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/mace_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/mndo_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/orca_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/physnet_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/pyscf_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/sgdml_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/sparrow_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/torchani_heavy_parts.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/torchani_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/turbomole_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/xtb +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/interfaces/xtb_interface.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/julia/KREG.jl +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/julia/__init__.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/julia/kernel_function.jl +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/julia/kreg_julia.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/julia/krr.jl +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/julia/mathUtils.jl +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/julia/stopper.jl +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/kreg_api.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/krr_julia.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/log.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/md.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/md2vibr.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/md2vibr_cmd.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/md_cmd.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/md_parallel.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_gui.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/__init__.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm1_model/__init__.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm1_model/cv0.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm1_model/cv1.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm1_model/cv2.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm1_model/cv3.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm1_model/cv4.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm1_model/cv5.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm1_model/cv6.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm1_model/cv7.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm2_model/__init__.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm2_model/cv0.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm2_model/cv1.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm2_model/cv2.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm2_model/cv3.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm2_model/cv4.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm2_model/cv5.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm2_model/cv6.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mlatom_models/aiqm2_model/cv7.pt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mltpa/__init__.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mltpa/mff.txt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mltpa/mltpa2022_2.pkl +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/mltpa/mltpa2022_2_new_.pkl +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/model_cls.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/namd.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/plot.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/ref.json +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/shell_cmd.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/simulations.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/sliceData.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/spectra.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/stats.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/stopper.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/thermostat.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/utils.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom/xyz.py +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom.egg-info/SOURCES.txt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom.egg-info/dependency_links.txt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom.egg-info/entry_points.txt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.2}/src/mlatom.egg-info/requires.txt +0 -0
- {mlatom-3.18.1 → mlatom-3.18.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.18.
|
|
3
|
+
Version: 3.18.2
|
|
4
4
|
Summary: A Package for AI-enhanced computational chemistry
|
|
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.18.
|
|
30
|
+
Version 3.18.2
|
|
31
31
|
|
|
32
32
|
**Official website**: http://mlatom.com/
|
|
33
33
|
**Documentation**: http://mlatom.com/docs/
|
|
@@ -56,7 +56,7 @@ When this Software or its derivatives are used in scientific publications, it sh
|
|
|
56
56
|
* 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.
|
|
57
57
|
* 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.
|
|
58
58
|
* 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.
|
|
59
|
-
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Yuxinxin Chen, Peikun Zheng, Bao-Xin Xue, Mikolaj Martyka, Lina Zhang, Jakub Martinka, Quanhao Zhang, Xin-Yu Tong, Arif Ullah, Sebastian V. Pios, Vignesh B. Kumar, Yanchi Ou, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Matheus O. Bispo, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.18.
|
|
59
|
+
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Yuxinxin Chen, Peikun Zheng, Bao-Xin Xue, Mikolaj Martyka, Lina Zhang, Jakub Martinka, Quanhao Zhang, Xin-Yu Tong, Arif Ullah, Sebastian V. Pios, Vignesh B. Kumar, Yanchi Ou, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Matheus O. Bispo, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.18.2, Xiamen University, Xiamen, China, 2013-2025. [MLatom.com](http://mlatom.com).
|
|
60
60
|
|
|
61
61
|
The citations for MLatom's interfaces and features shall be eventually
|
|
62
62
|
included too. See program output, header.py, ref.json, and [MLatom.com](http://mlatom.com).
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# About Program
|
|
2
2
|
MLatom: a Package for Atomistic Simulations with Machine Learning
|
|
3
3
|
|
|
4
|
-
Version 3.18.
|
|
4
|
+
Version 3.18.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, Yuxinxin Chen, Peikun Zheng, Bao-Xin Xue, Mikolaj Martyka, Lina Zhang, Jakub Martinka, Quanhao Zhang, Xin-Yu Tong, Arif Ullah, Sebastian V. Pios, Vignesh B. Kumar, Yanchi Ou, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Matheus O. Bispo, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.18.
|
|
33
|
+
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Yuxinxin Chen, Peikun Zheng, Bao-Xin Xue, Mikolaj Martyka, Lina Zhang, Jakub Martinka, Quanhao Zhang, Xin-Yu Tong, Arif Ullah, Sebastian V. Pios, Vignesh B. Kumar, Yanchi Ou, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Matheus O. Bispo, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.18.2, Xiamen University, Xiamen, China, 2013-2025. [MLatom.com](http://mlatom.com).
|
|
34
34
|
|
|
35
35
|
The citations for MLatom's interfaces and features shall be eventually
|
|
36
36
|
included too. See program output, header.py, ref.json, and [MLatom.com](http://mlatom.com).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
!---------------------------------------------------------------------------!
|
|
5
5
|
! !
|
|
6
6
|
! MLatom: a Package for Atomistic Simulations with Machine Learning !
|
|
7
|
-
! MLatom 3.18.
|
|
7
|
+
! MLatom 3.18.2 !
|
|
8
8
|
! @ !
|
|
9
9
|
! Xiamen Atomistic Computing Suite (XACS) !
|
|
10
10
|
! !
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
! Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, !
|
|
39
39
|
! Matheus O. Bispo !
|
|
40
40
|
! MLatom: A Package for Atomistic Simulations with Machine Learning, !
|
|
41
|
-
! version 3.18.
|
|
41
|
+
! version 3.18.2, Xiamen University, Xiamen, China, 2013-2025. !
|
|
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. !
|
|
@@ -5,11 +5,11 @@ from .simulations import optimize_geometry, irc, freq, thermochemistry, md, gene
|
|
|
5
5
|
from .data import atom, molecule, molecular_database
|
|
6
6
|
from .models import kreg, ani, msani
|
|
7
7
|
from .models import methods, aiqm1, aiqm2, dens, ani_methods, aimnet2_methods, gaussian_methods, pyscf_methods, orca_methods, turbomole_methods, mndo_methods, sparrow_methods, xtb_methods, dftbplus_methods, columbus_methods, dftd3_methods, dftd4_methods
|
|
8
|
+
from .models import MDtrajNet
|
|
8
9
|
from . import al_utils
|
|
9
10
|
from .al import al
|
|
10
11
|
from .gap_md import gap_md, gap_model
|
|
11
12
|
# add-ons
|
|
12
13
|
from .models import uaiqm, omnip2x, vecmsani
|
|
13
|
-
from .EEEDDDD import EEEDDDD as MDtrajNet
|
|
14
14
|
|
|
15
|
-
__version__ = '3.18.
|
|
15
|
+
__version__ = '3.18.2'
|
|
@@ -588,6 +588,13 @@ def mace(**kwargs):
|
|
|
588
588
|
from .interfaces.mace_interface import mace
|
|
589
589
|
return mace(**kwargs)
|
|
590
590
|
|
|
591
|
+
def MDtrajNet(**kwargs):
|
|
592
|
+
'''
|
|
593
|
+
Returns an EEEDDDD model object (see :class:`mlatom.EEEDDDD.EEEDDDD`).
|
|
594
|
+
'''
|
|
595
|
+
from .EEEDDDD import EEEDDDD
|
|
596
|
+
return EEEDDDD(**kwargs)
|
|
597
|
+
|
|
591
598
|
from .addons.uaiqm.uaiqm import uaiqm
|
|
592
599
|
from .addons.omnip2x.omnip2x import omnip2x
|
|
593
600
|
from .addons.omnip2x.vecmsani import vecmsani
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mlatom
|
|
3
|
-
Version: 3.18.
|
|
3
|
+
Version: 3.18.2
|
|
4
4
|
Summary: A Package for AI-enhanced computational chemistry
|
|
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.18.
|
|
30
|
+
Version 3.18.2
|
|
31
31
|
|
|
32
32
|
**Official website**: http://mlatom.com/
|
|
33
33
|
**Documentation**: http://mlatom.com/docs/
|
|
@@ -56,7 +56,7 @@ When this Software or its derivatives are used in scientific publications, it sh
|
|
|
56
56
|
* 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.
|
|
57
57
|
* 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.
|
|
58
58
|
* 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.
|
|
59
|
-
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Yuxinxin Chen, Peikun Zheng, Bao-Xin Xue, Mikolaj Martyka, Lina Zhang, Jakub Martinka, Quanhao Zhang, Xin-Yu Tong, Arif Ullah, Sebastian V. Pios, Vignesh B. Kumar, Yanchi Ou, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Matheus O. Bispo, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.18.
|
|
59
|
+
* Pavlo O. Dral, Fuchun Ge, Yi-Fan Hou, Yuxinxin Chen, Peikun Zheng, Bao-Xin Xue, Mikolaj Martyka, Lina Zhang, Jakub Martinka, Quanhao Zhang, Xin-Yu Tong, Arif Ullah, Sebastian V. Pios, Vignesh B. Kumar, Yanchi Ou, Max Pinheiro Jr, Yuming Su, Yiheng Dai, Yangtao Chen, Shuang Zhang, Matheus O. Bispo, MLatom: A Package for Atomistic Simulations with Machine Learning, version 3.18.2, Xiamen University, Xiamen, China, 2013-2025. [MLatom.com](http://mlatom.com).
|
|
60
60
|
|
|
61
61
|
The citations for MLatom's interfaces and features shall be eventually
|
|
62
62
|
included too. See program output, header.py, ref.json, and [MLatom.com](http://mlatom.com).
|
|
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
|
|
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
|