Replies: 3 comments 19 replies
-
Hi, there is a VASP thread here. You can look at this discussion for more details on how to combine VASP with SSCHA |
Beta Was this translation helpful? Give feedback.
-
Hi, someone that used VASP with SSCHA successfully here. I used a script to made the VASP calculations with Machine learning because the ASE din't have implemented the ML part of the VASP. They (ASE team) commented that they were working on it. |
Beta Was this translation helpful? Give feedback.
-
This is likely an error with setuptools. It should be fixed to a lower version, most likely <= 64.
Then try again with the command that failed. |
Beta Was this translation helpful? Give feedback.
-
From the section 3.2.3 of paper J. Phys.: Condens. Matter 33 363001, the direct minimization is performed at a constant volume.
If applying lattice geometry optimization, it means to perform full minimization at each step of lattice geometry optimization.
I find that the object for optimization
relax = sscha.Relax.SSCHA(minim, calculator, N_configs, max_pop)
needs a calculator to get energies, forces and stress.In the https://sscha.eu/Tutorials/tutorial_02_advanced_submission/ , a script
espresso_calculator.py
is given to substitute the ase calculator. If I use VASP to perform calculations, how could I do?Is there some guides to help writing a script as a calculator for
sscha.Relax.SSCHA
likeespresso_calculator.py
?Beta Was this translation helpful? Give feedback.
All reactions