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

Wrong name of the final output of the sscha script #13

Closed mesonepigreco closed 2 years ago

mesonepigreco commented 4 years ago

When one performs the manual relaxation (the one with only &inputscha namespace in the input file) at the end the dynamical matrices are written in the format: prefix.dynpopulation$numpop$q

However, this is done correctly if also the &relax namespace is present. The behavior should be uniform.

mesonepigreco commented 2 years ago

Fixed