cmelab / polybinder

Initialization of thermoplastic polymer systems to simulate thermal welding
GNU General Public License v3.0
2 stars 5 forks source link

Add a seed variable #5

Closed chrisjonesBSU closed 3 years ago

chrisjonesBSU commented 3 years ago

We need to set a seed variable which will be used in random_sequence so we can ensure the same system is initialized for multiple state points, or alternatively, to ensure each system is different if desired.

chrisjonesBSU commented 3 years ago

seed for system generation now set within the _pack function.