Skip to content

Enocoutered Error in runing get_cube.py #31

Answered by yohyamamoto
suryaphy520 asked this question in Q&A
Discussion options

You must be logged in to vote

It's most likely your arguments for the get_cube.py.

First compile the cube_exe by running make cube -f Makefile

With the current code, I had to edit the Makefile where the line starts with CUBEOBJ needs to be:

CUBEOBJ = mod_periodic_table.o new_input_reader.o $(CUBEBASICS) $(FBASICS) $(METAGGA) $(EXTRAFIL) $(POSTACTIVE) $(BASIS) $(DISP) $(WFX) $(DMAT) $(GROUPOBJ) $(EFPOBJ) $(SIC) $(SIC2) $(SIC3) $(LOCALSIC) $(LEVY_PERDEW)

This change is pushed for your convenience.

Once you have cube_exe, you can use the get_cube.py with a syntax as follows,

python3 get_cube.py --cube cubefilename calculation_directory_path cube_exe_directory_path

Say you have the directory tree something like

flosic_di…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yohyamamoto
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