Skip to content

New siesta

username-removed-278992 requested to merge mads-engelund/ase:new_siesta into master

Fix of a serious bug, a missing unit conversion in the forces and stress. Two interface changes.

  1. Now the user can chose to write xc=('LDA', 'PZ') which is how the variable is stored internally.
  2. I found it inconvenient to write n_nodes=8 in the actual script, since the script is better if it is more machine-independent. Now the user specifies how siesta should be invoked rather than just the executable.

Merge request reports