Skip to content
Discussion options

You must be logged in to vote

Hi, your espresso calculator is not printing the forces in output, which are required for the SSCHA minimization.
Try to add the forces (and maybe also the stresses if you later want to do a variable cell relaxation) by adding them to the control key of the espresso input data:

'control' : {
'disk_io' : 'None',
'pseudo_dir' : '.',
'tprnfor' : True,   # Print forces on output
'tstress': True     # Print the stress on output
}, 

I hope this solves the problem,
Bests,
Lorenzo

P.S.
Thanks for spotting the error in the example. Probably it was working with an older version of ASE. I have updated and in will be merged soon

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mesonepigreco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants