You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added code snippets for Grüneisen, QHA and EOS wfs documentation (#1130)
* Create high_level_overview.md
Drafting the tutorial text.
* added Job and Flow makers section to the tutorial
* added Job and Flow makers section to the tutorial
* changed the style of the tutorial
* structure the text better
* Added todo
Noting some idea
* added the section for InputSet and Builder
* adding job maker @job decorator explanation
* Update key_concepts_overview.md
* removing unnecessary line
* remove unnecessary lines
* added section for taskdocs
* fixing typo
* fixing typo
* Noting some idea
* revised the tutorial, fixed tpos etc.
* minor changes
* minor changes
* Auto-update pre-commit hooks
* Update docs/user/key_concepts_overview.md
Co-authored-by: J. George <[email protected]>
* fix small things
* fix docstring
* added example code snippets
---------
Co-authored-by: QuantumChemist <[email protected]>
Co-authored-by: J. George <[email protected]>
An equation of state (EOS) workflow is implemented. First, a tight relaxation is performed. Subsequently, several optimizations at different constant
324
+
An equation of state (EOS) workflow has the following structure: First, a tight relaxation is performed.
325
+
Subsequently, several optimizations at different constant
293
326
volumes are performed. Additional static calculations might be performed afterwards to arrive at more
294
327
accurate energies. Then, an EOS fit is performed with pymatgen.
295
328
296
-
The output of the workflow is, by default, a dictionary containing the energy and volume data generated with DFT, in addition to fitted equation of state parameters for all models currently available in pymatgen (Murnaghan, Birch-Murnaghan, Poirier-Tarantola, and Vinet/UBER).
0 commit comments