-
Notifications
You must be signed in to change notification settings - Fork 1
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
Using decorated particles #21
Conversation
# Conflicts: # src/ConstLinearLayer.jl
This commit is a combination of two branches (using decorated particles and benchmark), based on which we can do a benchmark for state-related cases so that it could be used elsewhere. It also enables two types of input (state or just positions Vector{SVector{3}(...)}). By doing so, I believe both the `benchmark` and `temp_benchmark_and_state` branches can be removed.
A quick note: we have done a merge of both the So I think this PR, or say branch, can now be used in e.g. the developing version of |
This also take care of #22 . |
This PR is enourmous. I have no chance to review it all. On a quick skim what I've seen looks ok. Are you happy for me to merge on that basis? |
This PR will enable us to use DecoratedParticles as the input of an equivariant chain.