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

Simplify input of swappable lambda states #67

Open
ajfriedman22 opened this issue Sep 27, 2024 · 0 comments
Open

Simplify input of swappable lambda states #67

ajfriedman22 opened this issue Sep 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ajfriedman22
Copy link
Collaborator

Problem
Particularly for the MT-REXEE implementation, it is quite difficult to input the swappable states when dealing with multiple replicas. This either requires manual entry or an outside script which is prone to user error.

Solution
Simplify the determination of swappable states by inputting the number of terminal lambda states in each replica which can be swapped (for MT-REXEE this means the # of end states) and then inputting which replicas are swapped which is already a yaml option for the default coordinate swapping function (swap_rep_pattern). From this information a function would determine which global states are swappable. We would still allow for manual entry for edge cases.

@ajfriedman22 ajfriedman22 self-assigned this Sep 27, 2024
@ajfriedman22 ajfriedman22 added the enhancement New feature or request label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant