Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Participants
Goals
Matt needs to learn how ForceBalance does its internal vectorization
Update Trevor/Jeff on current status of vectorization methods from System object
Discuss if/how virtual sites prevent special cases for parameter vectorization
Determine how to support Trevor’s needs for fitting experiments (with virtual sites)?
Determine if parameter handler vectorization methods should be added to the toolkit
Discussion topics
Item | Notes |
---|
ForceBalance vectorization | ForceBalance normalizes and regularizes ALL parameters into a single, flattened array Indices matter - the Nth parameter at one point in an optimization related to the Nth particle later on TG – SB calls the output of get_param_matrix the “assignment matrix”. TG – I want to be able to say “index 3 is X parameter”. So it’s helpful to have a way to look up the meaning of the rows/columns Current System design has the system parameter matrix have # columns = # parameters that are used Current OpenFF Recharge design has a more global view - # columns = # parameters in the force field End goal is to find a way to deal with flattened representations of virtual sites in Recharge TG – Want to have a global design matrix that handles BCCs both from BCCHandler AND virtualsitehandler Some problems (solved) System does not offer a way to find VS positions, etc., but Trevor has already implemented this in the toolkit We don’t have any special handling for virtualsites in the System. Do we need any special handling for virtualsites? TG – Will I be able to look up parameters based on a unique identifier? MT – I think so. The PotentialKey should fit for this purpose (basically a string, which is currently a SMIRKS with some optional additional info) TG – Let’s pretend that we have a chargeincrement of variable length, and I need the third one. How do I address that? (General) – We want a way to canonically order the physics values in a FF, so that we can retrieve them by index later.
Solution:
|
|
|
Action items
Decisions
0 Comments