aiidaplugins / aiida-crystal17

A plugin for AiiDA, to run the CRYSTAL17 code
https://aiida-crystal17.readthedocs.io
GNU Lesser General Public License v3.0
5 stars 4 forks source link

Run program directly from `crystal` executable #9

Closed chrisjsewell closed 5 years ago

chrisjsewell commented 5 years ago

Before the calculations were running from runcry17, which is a bash script that copies the files to/from a temporary folder and changes the names of the files. This functionality should all be handled by other parts of the AiiDA machinery, so running from the base binary is more appropriate, and allows for more functionality.

Additionally: