We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add new energy term to implicitly describe the effect of grafted polymer chains to rigid molecules.
Energy::EnergyTerm
src/energy.h
src/energy_polymer.cpp
energy: - implicit_polymer: molecules: ["colloid1", "colloid2"] radii: [20.0, 30.0] polymer: {stiffness: 20.0, length: 10, molarity: 0.1}
.cpp
examples/
docs/_docs/energy.md
docs/schema.yml
The text was updated successfully, but these errors were encountered:
mlund
IVinterbladh
No branches or pull requests
Add new energy term to implicitly describe the effect of grafted polymer chains to rigid molecules.
Energy::EnergyTerm
.src/energy.h
and definitions to newsrc/energy_polymer.cpp
. This will speed up compile times..cpp
file.examples/
folder. This could be a box of spherical colloids. JanF will likely have reference data we can compare against.docs/_docs/energy.md
docs/schema.yml
The text was updated successfully, but these errors were encountered: