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
Key decisions:
--- details exporting to MD,sim,FTS:
exporting to our own format:
forcefield
topology
system:
data: core variables (T, P, maybe box, number of molecules)
then "misc" classes
separate MD and FTS system objects for storing MD and PolyFTS parameters. kT? units?
functions
kT? units?
Draft system file:
#system.yaml core: - T: - P: - contents: - DS 3 - DS1 7 - ... MD: FTS:
Three ways to specify a molecule:
- name: molname1 def: filename - name: molname2 beads: [list] bonds: [list of pairs] - name: molname3 architecture: all_the_comb_PFTS_specifications: data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Key decisions:
--- details
exporting to MD,sim,FTS:
exporting to our own format:
forcefield
topology
system:
data: core variables (T, P, maybe box, number of molecules)
then "misc" classes
separate MD and FTS system objects for storing MD and PolyFTS parameters. kT? units?
functions
kT? units?
Draft system file:
Three ways to specify a molecule:
The text was updated successfully, but these errors were encountered: