The specified ibrav 14 is not supported #102
-
Dear SSCHA developers, I am very interested in SSCHA software. Recently, I have met such a problem about symmetry, as below:raise ValueError("Error, the specified ibrav %d is not supported." % ibrav)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi, I tried to implement ibrav 14 right now, can you update cellconstructor to the last version in the master and try again? It would be good if you can check if it is correct by visualizing the structure by running the following python code (replace dynmat with the path to your espresso dynamical matrix (excluding the final number):
Otherwise, you could use ibrav 0 which allow you to specify all the atomic position and lattice version directly, which is the safest option for the SSCHA code. Let us know if the implementation works, |
Beta Was this translation helpful? Give feedback.
Hi, I tried to implement ibrav 14 right now, can you update cellconstructor to the last version in the master and try again? It would be good if you can check if it is correct by visualizing the structure by running the following python code (replace dynmat with the path to your espresso dynamical matrix (excluding the final number):
Otherwise, you could use ibrav 0 which allow you to specify all the atomic position and lattice version directly, which is the safest option for the SSCHA code.
Let us know if the implementation works,
bests,
Lo…