Skip to content

Commit

Permalink
Update prot_lig_openmm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
quantaosun authored Nov 6, 2023
1 parent 63f4824 commit 5861698
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions prot_lig_openmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,20 @@
# Prepare the Simulation

print('Starting molecular dynamics simulaiton......')

print('############################################################################')

print('## This script was written by Quantao Sun based on official OpenMM documentation. You can visit Github:quantaosun for more insight. Please cite OpenMM paper, and consider cite my github repo link if used in any publications ####')

print('Initialising molecular dynamics....')

print('############################################################################')

print ('With GPU like RTX3080 or above, the simulation speed for a typical kinase protein should be greater than 200 ns/day')

print('############################################################################')


import time
# Sleep for 10 seconds
time.sleep(20)
Expand Down

0 comments on commit 5861698

Please sign in to comment.