SSCHAcode / python-sscha

The python implementation of the Stochastic Self-Consistent Harmonic Approximation (SSCHA).
GNU General Public License v3.0
55 stars 21 forks source link

Add an input validation for the cluster #145

Open mesonepigreco opened 1 year ago

mesonepigreco commented 1 year ago

Add a simple input validation for the cluster submission. This way very simple errors could be notified to the user before the cluster submission, that is quite cumbersome to test.

(For example, check that the atoms and the pseudo given match)