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

Accumulator functions #175

Closed
lkwagner opened this issue Jun 20, 2020 · 2 comments
Closed

Accumulator functions #175

lkwagner opened this issue Jun 20, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@lkwagner
Copy link
Contributor

It'd be nice to have a couple accumulator functions that give information about the data that will be produced. For example:

  • keys()
  • shapes -> return a dictionary of shapes that will be returned
  • information -> any information that should be stored but does not depend on the wave function or electronic positions. For example, ijkl for tbdm.
@lkwagner lkwagner added the enhancement New feature or request label Jun 23, 2020
@willwheelera
Copy link
Collaborator

It seems like most of the "information" would already be accessible by attributes of the class, e.g. tbdm_acc._ijkl. The advantage that I can see of an extra "information" function is that it can include the relevant keys, in case you/your script didn't know the info in tbdm is under "_ijkl". Is that what you had in mind?

@lkwagner
Copy link
Contributor Author

Resolved by #191.

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

2 participants