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

Basis Selectors and Basis Constraints #74

Open
cortner opened this issue Nov 9, 2021 · 1 comment
Open

Basis Selectors and Basis Constraints #74

cortner opened this issue Nov 9, 2021 · 1 comment

Comments

@cortner
Copy link
Member

cortner commented Nov 9, 2021

I am thinking of retiring the BasisSelectors interface in favour of a BasisConstraints interface. E.g., I could imagine things like the following:

Bsel = Order(3) ∩ TotalDegree(10)
Bsel = Order(5) ∩ WTotalDegree(Dict(...)) ∩ Order(:bond, 1)

etc... no rush, but to me this feels much more intuitive than the fiddling around we are doing right now.

@cortner
Copy link
Member Author

cortner commented Nov 9, 2021

CC @MatthiasSachs @davkovacs (David - it would be useful if you could follow this discussion and chime in to explain what you would find intuitive or not.)

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

No branches or pull requests

1 participant