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

external potentials and bonds #2

Open
dprovasi opened this issue May 17, 2017 · 1 comment
Open

external potentials and bonds #2

dprovasi opened this issue May 17, 2017 · 1 comment

Comments

@dprovasi
Copy link
Owner

add simple external potentials and bonds
right now, the particle has a step method: the trajectory step method calls the step for each particle, but this is the same for all particle types
how can we have particle types that include harmonic bonds to other particles?

@dprovasi
Copy link
Owner Author

particle has energy contributions
part = particle(ptype, pos, age, id)
part.add_energy( bond(k,d,particle2) )

reactions can break and form bonds?

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