Provenance fields that were None/null (should be empty string)
Result properties with mp2_total_correlation_energy (should be mp2_correlation_energy)
This has been thoroughly tested against a copy of the production database to ensure integrity (ie, it doesn't change data unless it needs to be changed)
Changelog description
Provide data migration for old data that no longer passes validation
Description
This PR migrates some old data in the database. This old data was causing validation errors.
Errors fixed:
mp2_total_correlation_energy
(should bemp2_correlation_energy
)This has been thoroughly tested against a copy of the production database to ensure integrity (ie, it doesn't change data unless it needs to be changed)
Changelog description
Provide data migration for old data that no longer passes validation
Status