Closed ilcpm closed 3 months ago
thank you for reporting these issues!
pip install --upgrade mlatom
. That should solve all the issues with running the tutorial with the KREG model.thanks for the reply, after updating, I fix some lib missing and finally it works (maybe these steps should be written in the docs, it's so difficult for beginners.)
sure, please let us know what libs where missing and we will update the docs
I find these libs from my command history
sudo apt install libomp-dev
sudo apt install libmkl-intel-lp64
sudo apt install libmkl-intel-thread
sudo apt install libmkl-core
thanks, updated the docs!
I am a beginner for mlatom. And now I have some problem run the example in the MLP tutorial
my code is just copied from the tutorial:
the first problem is that the data files contain different numbers of value: the H2.xyz has 361 values while the other two (H2_HF.en and H2_HF.grad) both have 451 values. so it results in the following error:
it can be solved by use the test_H2.xyz, test_H2_HF.en and test_H2_HF.grad, or just delete the values in H2_HF.en and H2_HF.grad.
then the biggest problem appears:
it looks like there should be a python file named KREG.py in the folder
mlatom/fortran
, but I can't find itthen I try to run the Command-line (input file)
my command is
mlatom train_KREG.inp
, it can be successfully finish and get the output then I found the following line in the output:it seems that there is a binary executable program named
MLatomF
, so the missing ofKREG.py
didn't cause problem.and the values in the three files are not equal: