Skip to content

where is the file uni_dmft.py #45

Answered by the-hampel
Lanlin123 asked this question in Q&A
Discussion options

You must be logged in to vote

This is a bit tricky. For this you have to carefully check your system. Are you performing the calculation for PrNiO3 as described in the tutorial? You have to make sure that your system does not have any disentanglement (more input DFT bands than Wannier states). If this is the case you can run after the DFT+DMFT calculation is finished once the Wannier converter manually with setting bloch_basis=False :

Converter = Wannier90Converter(seedname=yourseedname, rot_mat_type='hloc_diag', bloch_basis=False)
Converter.convert_dft_input()

Running the converter will replace some things in the dft_input group in the h5 archive, so make a copy of the result h5 archive first. Afterwards you can use…

Replies: 2 comments 16 replies

Comment options

You must be logged in to vote
11 replies
@Lanlin123
Comment options

@the-hampel
Comment options

@Lanlin123
Comment options

@the-hampel
Comment options

Answer selected by Lanlin123
@Lanlin123
Comment options

@Lanlin123
Comment options

Comment options

You must be logged in to vote
5 replies
@Lanlin123
Comment options

@the-hampel
Comment options

@Lanlin123
Comment options

@the-hampel
Comment options

@Lanlin123
Comment options

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