-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Easier plotting of real space densities (#204)
The purpose of this PR is to simplify calling `write_xsf` as a standalone routine (to plot the real space densities, e.g. for debugging). For this purpose 1. an additional flag was added to `read_xml_array`, to be able to return the array obtained from the xml file in the correct format that is required for the xsf-format (where the last element is equal to the first element in each dimension) 2. a small bug in `read_xml_array` was fixed (missing `" \n"`)
- Loading branch information
Showing
2 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters