Species Thermodynamics Dataset Generation#12
Open
craabreu wants to merge 2 commits intoQuantumPioneer:mainfrom
Open
Species Thermodynamics Dataset Generation#12craabreu wants to merge 2 commits intoQuantumPioneer:mainfrom
craabreu wants to merge 2 commits intoQuantumPioneer:mainfrom
Conversation
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.
Species Thermodynamics Dataset Generation
Summary
This PR adds a script (
scripts/thermo/species_thermodynamics.ipynb) that processes quantum mechanical calculation results to generate a comprehensive species thermodynamics dataset. The script extracts, validates, and consolidates thermodynamic properties from DFT-optimized geometries with DLPNO single-point energy calculations.Dataset Output
File:
data/thermo/quantumpioneer_species_thermo_dataset.csvThe generated dataset contains thermodynamic properties for unique chemical species, including:
Processing Workflow
Data Loading
quantum_green_species_data_24august14_dft_opted_dlpno_sp_thermos.csvquantum_green_species_data_24march12b.pklData Filtering
p_thermofield)Wilhoit Parameter Extraction
(\w+)=\(?([-+]?\d+\.?\d*)handles bothparam=(value,'unit')andparam=valueformatsDataset Assembly
Validation
quantum_green_ts_data_24july2c.pkl)Technical Details
swifterfor parallelized pandas operations with progress barsKey Functions
canonical_smiles(): Converts SMILES to canonical form with memoizationparse_wilhoit_string(): Extracts numerical parameters from Wilhoit polynomial string representationsDependencies