Skip to content

Commit

Permalink
Trying harder.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Dec 10, 2024
1 parent cabf602 commit 139f984
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def example_pyridine_density_overlap():
zip_ref.extractall("tip")

generate_conv_rho(["-s", "LOCPOT.xsf", "-t", "tip/density_CO.xsf", "-B", "1.0", "--energy"])
generate_elff(["-i", "LOCPOT.xsf", "--tip_dens", "tip/density_CO.xsf", "--Rcore", "0.7", "--energy", "--doDensity"])
generate_elff(["--input", "LOCPOT.xsf", "--tip_dens", "tip/density_CO.xsf", "--Rcore", "0.7", "--energy", "--doDensity"])
generate_dftd3(["--input", "LOCPOT.xsf", "--df_name", "PBE"])

relaxed_scan(
Expand Down

0 comments on commit 139f984

Please sign in to comment.