Replies: 1 comment 5 replies
-
Hi @LZ5278 , sorry for the delayed answer. The error you are seeing here is just that the flag The test failures you are observing are just related to the fact that you do not have a triqs/maxent installation on your system. You can fix this by simply installing maxent via pip: Best, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Alex and all,
I am trying to do an OS calculation with VASP PLO and Hubbard-I, then I run into some error.
Need help to understand it.
I am using Triqs/DFTTools 3.3.1, solid_dmft 3.3.1, Hubbard-I 3.3.0. And some other solvers all installed in version 3.3.x
The material being calculated is CeB6, non-magnetic, no SOC considered at the moment.
It has the Ce-f bands crowded in [-2, +2]eV around Fermi level, at DFT level.
My VASP input files are: INCAR.zip, KPOINTS.zip, POSCAR.zip, POTCAR.zip
After the VASP run I copied these output files into another folder,
DOSCAR.zip, EIGENVAL.zip, IBZKPT.zip, LOCPROJ.zip, POSCAR.zip, PROJCAR.zip
and, created the plo.cfg, plo.zip, in the same directory.
Then I executed these commands for the converter step:
The converter step screen output is here: screen_output.zip.
I got the vasp.h5 vasp.zip, together with pdos_0_0.dat pdos_0_0.zip, vasp.ctrl vasp (2).zip, vasp.pg1 vasp (3).zip.
At this point there's no error as I can see.
Then I run solid_dmft in command line "mpirun solid_dmft dmft_config.toml" with the input file dmft_config.zip.
It threw an error message:
I am not sure if this comes from somewhere in the input file dmft_config.toml.
If so, then which line caused it?
Or, is there anything that looks wrong in VASP or converter step?
Btw, I have failed 2 tests during the installation of solid_dmft 3.3.1. But it looks not related to the above error.
The following tests FAILED: 10 - test_plot_correlated_bands (Failed) 19 - maxent_svo_hubbardI_basic (Failed) Errors while running CTest
I had run "ctest -V -R failed_test" for these two, and the output is here, just in case they might be related.
No error during the installation of Triqs library and DFTTools, and the tests there were all passed.
Thanks a lot and appreciate any hint!
Best,
L. Zhang
Beta Was this translation helpful? Give feedback.
All reactions