Closed sillycheng closed 5 years ago
Hello, sillycheng. We found that ase
change read_vasp_out
function in 3.18.0
update. In this update, force_consistent
tag in read_vasp_out
function is removed and that is the source of the first error. In the case of the second error, it might be originated from compress_outcar: true
in input.yaml
since the compressed version of OUTCAR
is only available in ase<=3.17.0
. Thus, both error can be solved for downgrading your ase
module to version 3.17.0
. Or, you can use compress_outcar: false
in input.yaml
with ase==3.18.0
instead of downgrading ase. If you still face the error after doing one of solution we suggest, please let me know and send the OUTCAR
file if possible.
Hello, sillycheng. We found that
ase
changeread_vasp_out
function in3.18.0
update. In this update,force_consistent
tag inread_vasp_out
function is removed and that is the source of the first error. In the case of the second error, it might be originated fromcompress_outcar: true
ininput.yaml
since the compressed version ofOUTCAR
is only available inase<=3.17.0
. Thus, both error can be solved for downgrading yourase
module to version3.17.0
. Or, you can usecompress_outcar: false
ininput.yaml
withase==3.18.0
instead of downgrading ase. If you still face the error after doing one of solution we suggest, please let me know and send theOUTCAR
file if possible.
Thank you, I downgraded my ase module to version 3.17.0, then run the example, it works.
Does the program only read OUTCAR files as input? All my structures with energy and forces are stored in traj files and ase is unavailable to write convert the traj files into OUTCAR.
Is there any way around this issue. Thanks
@vsumaria I think SIMPLE-NN can handle other formats that ase can read without any problem. You just need to tell the format in the input.yaml
via refdata_format
option under symmetry_function
. For example:
symmetry_function:
refdata_format: traj
(other options)
The default value for refdata_format
is vasp-out
. Refer https://wiki.fysik.dtu.dk/ase/ase/io/io.html for available file formats and their name.
That is amazing. I didn’t realize that was an option. Thanks !
On Sep 7, 2019, at 8:56 AM, Dongsun Yoo notifications@github.com wrote:
@vsumaria https://github.com/vsumaria I think SIMPLE-NN can handle other formats that ase can read without any problem. You just need to tell the format via refdata_format option under symmetry_function. For example:
symmetry_function: refdata_format: traj (other options) The default value for refdata_format is vasp-out. Refer https://wiki.fysik.dtu.dk/ase/ase/io/io.html https://wiki.fysik.dtu.dk/ase/ase/io/io.html for available file formats and their name.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MDIL-SNU/SIMPLE-NN/issues/64?email_source=notifications&email_token=AH6KLSOVJF3VJ4U25OWWGITQIPFLRA5CNFSM4IJEW3AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6E3WXY#issuecomment-529120095, or mute the thread https://github.com/notifications/unsubscribe-auth/AH6KLSKBNDNKSLQOBSWOPQDQIPFLRANCNFSM4IJEW3AA.
This project is very helpful to me. But when I run the run.py script(I have installed tensorflow, mpi4py and run the setup.py), there is always show me this error,
I am not familiar with ase. And if i delete this option in the file"C:\Users\Administrator\Anaconda3\envs\tf\lib\site-packages\simple_nn-0.9.0-py3.6-win-amd64.egg\simple_nn\features\symmetry_function__init__.py", when I run this script again, it will show me another error :
How can I deal with these two problems?