Skip to content

FIX: fixed bug in write_file() routine in Aims calculator

Simon P. Rittmeyer requested to merge simonrittmeyer/ase:aims into master

This commit fixes a bug in the FHI aims calculator for non-periodic systems introduced with commit 69f4e6a2. This caused even the simple test case on the home page to fail. Issue was positional ordering of arguments.

Merge request reports