Skip to content

How to determine the final crystal structure after SSCHA minimisation? #355

Answered by mesonepigreco
jgSi1113 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
it depends on the kind of run you made.
The structure is stored inside the final dynamical matrix, which you can inspect. You can save it in other formats:

# [here the sscha minimization code]
minim.run()

# save the structure of the final dynamical matrix in QuantumESPRESSO format
minim.dyn.structure.save_scf("my_final_structure.scf")

You can inspect the structure here. The final stress is the real value of the stress, accounting for quantum and thermal effects; see PRB, 98, 024106, 2018.

In your case, you did not change the unit cell to relax the stress. If you want to, check how to do a SSCHA vc_relax from this tutorial.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jgSi1113
Comment options

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