Skip to content

Commit

Permalink
Return back the --energy parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Dec 10, 2024
1 parent 7c9806f commit 440ef7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def example_pyridine_density_overlap():

generate_conv_rho("-s CHGCAR.xsf -t tip/density_CO.xsf -B 1.0 -E".split())
generate_elff("-i LOCPOT.xsf --tip_dens tip/density_CO.xsf --Rcore 0.7 -E --doDensity".split())
generate_dftd3("-i LOCPOT.xsf --df_name PBE".split())
generate_dftd3("-i LOCPOT.xsf --df_name PBE --energy".split())

relaxed_scan("-k 0.25 -q 1.0 --noLJ --Apauli 18.0 --bDebugFFtot".split()) # Note the --noLJ for loading separate Pauli and vdW instead of LJ force field
plot_results("-k 0.25 -q 1.0 -a 2.0 --df".split())
Expand Down

0 comments on commit 440ef7c

Please sign in to comment.