-
What is the difference between the create_state_from_gsd function and create_state_from_snapshot? Besides the obvious differences in what they do (create the simulation state from a GSD file or a snapshot), I've encountered instances where the two functions give me different results. For example, if I create an initial configuration file with just one bond type that is not yet present in the system (I will be adding the bonds later with an MD/MC scheme), create_state_from_gsd does not seem to read in this bond type, while create_state_from_snapshot does. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There should be no functional difference beyond the obvious. You should find it takes less time to call Regarding the bond types behavior you describe, feel free to open a bug with a minimal test case that shows the problem (i.e. it only has to create a Lines 251 to 288 in 37f6348 |
Beta Was this translation helpful? Give feedback.
-
This bug will be fixed in the next release: #1729 |
Beta Was this translation helpful? Give feedback.
This bug will be fixed in the next release: #1729