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

Add Equilibration Layer #608

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Add Equilibration Layer #608

wants to merge 8 commits into from

Conversation

lilyminium
Copy link
Contributor

@lilyminium lilyminium commented Jan 21, 2025

Description

Fixes #607
Fixes #616

This peels off code from #603.
It relies on additions in #602 and #606 to work.

Adds:

  • StoredEquilibrationData (for data storage)
  • EquilibrationDataQuery (for data retrieval)
  • EquilibrationProperty (for convergence)
  • EquilibrationSchema, EquilibrationLayer, base classes
  • additional convergence conditions for multi-property convergence and any/all specification
  • allowing UNDEFINED properties to store data

To do:

  • add tests for requiring a number of uncorrelated samples

@lilyminium lilyminium mentioned this pull request Jan 23, 2025
1 task
@mattwthompson mattwthompson added this to the 0.4.11 milestone Jan 28, 2025
@mattwthompson mattwthompson mentioned this pull request Jan 28, 2025
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.

Have EquilibrationLayer not return "unsuccessful" properties Add EquilibrationLayer
2 participants