You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since GMSO forcefields are generic with expressions or parameters, it might be nice to figure out a way to include this information while dealing with them. For example, take for example a periodic torsion, with the current version of the XML schema, we have to use a section like this for the whole representation.
It might make sense to allow the writing of consolidated parameters as a list, where a parameter will have a name and value associated with it. Alternatively, one can also consider consolidating parameters based on alpha-numeric selection, which will inevitably lead to edge cases as well as potential bugs. For example, the above periodic dihedral can also be written as:
So, this can be achieved by relaxing the schema definition for parameters to optionally include a list of floats. However, the minutia of the validation code (length) should be left up to the user.
The text was updated successfully, but these errors were encountered:
Since GMSO forcefields are generic with expressions or parameters, it might be nice to figure out a way to include this information while dealing with them. For example, take for example a periodic torsion, with the current version of the XML schema, we have to use a section like this for the whole representation.
This is great and all, but it might be difficult to cumbersome all these all the long-form equations like these:
It might make sense to allow the writing of consolidated parameters as a list, where a parameter will have a name and value associated with it. Alternatively, one can also consider consolidating parameters based on alpha-numeric selection, which will inevitably lead to edge cases as well as potential bugs. For example, the above periodic dihedral can also be written as:
So, this can be achieved by relaxing the schema definition for parameters to optionally include a list of floats. However, the minutia of the validation code (length) should be left up to the user.
The text was updated successfully, but these errors were encountered: