Skip to content

The specified ibrav 14 is not supported #102

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

You must be logged in to vote

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):

import ase, ase.visualize, cellconstructor as CC, cellconstructor.Phonons
ase.visualize.view(CC.Phonons.Phonons("dynmat").structure.get_ase_atoms())

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…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@songxq1994
Comment options

@mesonepigreco
Comment options

@songxq1994
Comment options

@mesonepigreco
Comment options

@songxq1994
Comment options

Answer selected by songxq1994
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