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

Error with the first configuration in the cluster #71

Closed mesonepigreco closed 2 years ago

mesonepigreco commented 2 years ago

It seems that the first configuration of each thread submitted to the cluster is not copied the first time. This causes an error and the ensemble must be submitted at least twice as the first configuration is not computed properly.

mesonepigreco commented 2 years ago

Seems to be fixed