Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating ASE database via running post processing notbook #49

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sakim8048
Copy link
Contributor

SQLite database for adsorbates, transition state and rate coefficients can be created via post processing notebook.

Adsorbates and slab geometries, energies, frequencies, DFT parameters will be added to adsorbate.db.
Transition state geometries, energies, frequencies, DFT parameters will be saved in TS_geometry.db
Rate coefficients calculated via post processing will be saved in rate_coeff.db.

The database are created and edited only when the user uses post processing notebook, giving users options of creating databases for geometries of their own interest. (Pick and chose to save)

pynta postprocessing.ipynb:
A section for DFT functional, Pseudopotentials, lattice parameters added
write_adsorbate_db(), write_ts_db(), write_slab_db(), write_rate_db() added

postprocessing.py:
write_adsorbate_db() : create and write adsorbate.db for unique adsorbates (ones that calculates frequencies)

write_slab_db(): update slab info to adsorbate database

write_ts_db() : create and write ts_geometry.db for unique transition states geometries

parse_all_surface_arrhenius(): iterate by indices {key} and parse surface arrhenius information for unique TS

  • input: "farrs" for forward rate, "rarrs" reverse rate
  • return: rate_data

parse_surface_arrhenius(): parse SurfaceArrhenius from molecule. Define the SurfaceArrhenius named tuple for the example and extract dA, dn, dEa from the comment from the output.

write_rate_db(): create rate_coeff.db. Save prefector, n, Ea, dA, dn, dEa in a string form from rate_data

sakim8048 added 2 commits August 12, 2024 12:43
2. ASE db functions added to the notebook
1. write_adsorbate_db() for slab and adsorbate
2. write_ts_db() for TS geometry
3. write_rate_db() for rate coefficients
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant