Closed jboes closed 8 years ago
Another version of the write_db function which reduces a lot of the repetitive code of the write2db function.
Hi John. This functionality is becoming increasingly used by members of the group. I've been directing them to my own branch, but I'd rather establish this as part of the regular package.
Please consider it for merge and let me know if you find problems with it.
Hi John,
I'm unsure whether the following function should be separated from the current "write_db" function, or not. "write_db" seems specifically tailored for manipulations in a 1 entry database, so I opted to make a separate function for this, although both are very similar and could conceivably be made one function.
I would like to incorporate a database writing function into vaspy with the following:
Here's an example of how this would work:
EDIT: function merged with existing write_db function.