TechnionYP5779 / SimuMole

Computer simulation method that displays the physical movements of atoms and molecules.
5 stars 0 forks source link

Use a unique id on user files - allows multiple users to save files #121

Closed MichaelShohat closed 5 years ago

MichaelShohat commented 5 years ago

edit: Upon looking on our code - will be implemented with creating rand = ''.join(random.choice(string.ascii_uppercase + string.digits) for _ in range(N)) and "bubbling" it through the entire process.

MichaelShohat commented 5 years ago

almost working, 2 users at a time - need to open multiple instances of pymol https://github.com/TechnionYP5779/SimuMole/commit/b0b453cf81a22a4af89b4f5882a54e01d38fde57

MichaelShohat commented 5 years ago

closed in https://github.com/TechnionYP5779/SimuMole/pull/137