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

Avoid unnecessary IO call in get child indices #380

Open
mo2561057 opened this issue Sep 8, 2020 · 0 comments
Open

Avoid unnecessary IO call in get child indices #380

mo2561057 opened this issue Sep 8, 2020 · 0 comments
Labels
enhancement An addition or change to an existing feature. priority-medium

Comments

@mo2561057
Copy link
Member

states = load_states(complex_, options)

I think we can avoid this call and use the raw core state space instead.
Loading the full dense state space takes quite a while for larger models and should thus be avoided
whenever possible.

@mo2561057 mo2561057 added enhancement An addition or change to an existing feature. priority-medium labels Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An addition or change to an existing feature. priority-medium
Projects
None yet
Development

No branches or pull requests

1 participant