-
Notifications
You must be signed in to change notification settings - Fork 35
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
Rename mover to walker #221
Comments
I've got no problem with that. What would you think about creating something like a population class to hold walkers? |
We use
Or
I think this is better. Or you mean something else? |
I like the second one. It may also make sense to eventually move some of the generic methods to here rather than having to rely on generic_walker->waveFunction.method(blah....) |
In response to your question, I like having this sort of object because by passing it to a method to work on the population you can defer how it should be iterated over and it seems cleaner conceptually (to me). |
Why not just refactor my crowd class to your liking? Does it need to be written from scratch again. |
Population is a better name. |
Not opposed to that idea. It could be a good point of convergence. |
I'm still digesting the Crowd class. I believe some portion will be moved to the develop. |
When I have some spare cycles I have a useful idea to generate the generic wrappers of the single evals in the class template declaration for Crowd as well as the default method definitions. These can be specialized when useful. |
I feel it is my fault that calling it mover which is a collection of ParticleSet, Wavefunction and random number generator (also hamiltonian).
I think it should be correctly renamed to 'walker'. Any objection?
The text was updated successfully, but these errors were encountered: