Conversation
* gruneisen | (re-)enable dumping grueneisen parameters on grid * extract_forceconstants | compute compliances, compressibility, bulk modulus - dump compliances to file * 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 - outfile.new_ucposcar --> outfile.ucposcar.new_refpos for 1. order optimization * solve FC | consecutively fit 1., 2., 3., 4. order - then 1. order is average (symmetrized) force * pressure | compute stress and pressure from force constants - use for relaxation * 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 - I don't understand everything * possibly reconcile 38930be and 9072f3e
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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