Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Several developments related to pressure:
gruneisen | (re-)enable dumping grueneisen parameters on grid
extract_forceconstants | compute compliances, compressibility, bulk modulus
compliances | attach to fc and create in %generate
gruneisen_tensors | split out computation of Grueneisen tensors
gruneisen | implement grueneisen tensors, right now without symmetry
gruneisen | implement actual gruneisen tensors, with symmetry
fix | compliances / bulk modulus
phonon_dispersions | store unit cell volume in hdf5 file
extract_forceconstants | fix output for all-electron energies
pressure | add pressure statistics and purely harmonic contribution
pressure | add quasiharmonic/thirdorder term
pressure | symmetrize, outsource write functions
mdsim | use pressure statistics including std. error, remove that from extract_forceconstants
extract_forceconstants | new naming scheme
maint | write 95% error interval (1.96*stderr)
maint | force errors in extract_forceconstants and slight refactoring
pressure | implement (proper) 2nd order (!) and 4th order
maint | remove unused variables, reduce warnings
fix