mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 04:13:47 +01:00
Fixed some files in examples
Scripts 'run_plovasp.sh' have been replaced by a template in which the path must be set by the user. Also, .gitignore has been added to example 'lunio3'.
This commit is contained in:
parent
22da0dae4a
commit
e35c6fd5c0
11
python/converters/plovasp/examples/lunio3/.gitignore
vendored
Normal file
11
python/converters/plovasp/examples/lunio3/.gitignore
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
!INCAR
|
||||||
|
!POSCAR
|
||||||
|
!POTCAR
|
||||||
|
!KPOINTS
|
||||||
|
!plo.cfg
|
||||||
|
!run_plovasp.sh
|
||||||
|
!conv_example.py
|
||||||
|
!rotations
|
||||||
|
!rot_dz2_dx2
|
@ -1,2 +1,2 @@
|
|||||||
PLOVASP_PATH=/path/to/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/vasp/main.py $@
|
PYTHONPATH=$PLOVASP_PATH/python:$PLOVASP_PATH/c:$PYTHONPATH pytriqs $PLOVASP_PATH/python/converters/plovasp/main.py $@
|
||||||
|
@ -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 $@
|
PYTHONPATH=$PLOVASP_PATH/python:$PLOVASP_PATH/c:$PYTHONPATH pytriqs $PLOVASP_PATH/python/converters/plovasp/main.py $@
|
||||||
|
Loading…
Reference in New Issue
Block a user