diff --git a/python/converters/plovasp/examples/lunio3/.gitignore b/python/converters/plovasp/examples/lunio3/.gitignore new file mode 100644 index 00000000..092344ed --- /dev/null +++ b/python/converters/plovasp/examples/lunio3/.gitignore @@ -0,0 +1,11 @@ +* +!.gitignore +!INCAR +!POSCAR +!POTCAR +!KPOINTS +!plo.cfg +!run_plovasp.sh +!conv_example.py +!rotations +!rot_dz2_dx2 diff --git a/python/converters/plovasp/examples/lunio3/run_plovasp.sh b/python/converters/plovasp/examples/lunio3/run_plovasp.sh index e16800e3..2e062ec0 100755 --- a/python/converters/plovasp/examples/lunio3/run_plovasp.sh +++ b/python/converters/plovasp/examples/lunio3/run_plovasp.sh @@ -1,2 +1,2 @@ -PLOVASP_PATH=/path/to/triqs1.2/applications/dft_tools/dev_src -PYTHONPATH=$PLOVASP_PATH/python:$PLOVASP_PATH/c:$PYTHONPATH pytriqs $PLOVASP_PATH/python/vasp/main.py $@ +PLOVASP_PATH=/path/to/triqs1.2/applications/dft_tools/src +PYTHONPATH=$PLOVASP_PATH/python:$PLOVASP_PATH/c:$PYTHONPATH pytriqs $PLOVASP_PATH/python/converters/plovasp/main.py $@ diff --git a/python/converters/plovasp/examples/srvo3/run_plovasp.sh b/python/converters/plovasp/examples/srvo3/run_plovasp.sh index e35a6bbb..2e062ec0 100755 --- a/python/converters/plovasp/examples/srvo3/run_plovasp.sh +++ b/python/converters/plovasp/examples/srvo3/run_plovasp.sh @@ -1,2 +1,2 @@ -PLOVASP_PATH=$HOME/Codes/triqs/triqs1.2/applications/dft_tools/dev_src +PLOVASP_PATH=/path/to/triqs1.2/applications/dft_tools/src PYTHONPATH=$PLOVASP_PATH/python:$PLOVASP_PATH/c:$PYTHONPATH pytriqs $PLOVASP_PATH/python/converters/plovasp/main.py $@