Skip to content
Snippets Groups Projects
Commit d0fd9a36 authored by calandra's avatar calandra
Browse files

Eliminated edge='L23' as input variable from the examples.

edge='L2' or edge='L3'.

MCB



git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@11703 c92efa57-630b-4861-b058-cf58834340f0
parent 6d1f373e
No related branches found
No related tags found
No related merge requests found
&input_xspectra
calculation='xanes_dipole',
edge='L23',
edge='L2',
verbosity='high',
prefix='Cu',
outdir='/Users/calandra/Pw/SVN_9_7_2015/espresso/XSpectra/examples/results/tmp/',
......
......@@ -218,7 +218,7 @@ $ECHO "# x-ray absorption spectrum calculation"
cat > Cu_xspectra.in << EOF
&input_xspectra
calculation='xanes_dipole',
edge='L23',
edge='L2',
verbosity='high',
prefix='Cu',
outdir='$TMP_DIR/',
......@@ -251,7 +251,7 @@ $ECHO " running xspectra.x on the simple cell ...\c"
$X_COMMAND < Cu_xspectra.in > Cu_xspectra.out
check_failure $?
$ECHO " done"
exit
mv xanes.dat Cu_xanes_L2.dat
mv xanes.sav Cu_xanes_L2.sav
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment