Esempio n. 1
0
File: hw43.py Progetto: q10/bioe243
 def __init__(self, filename='/home/stuart/Desktop/BE243/Project/Target 1/Lprotein.36', temp=INIT_TEMP, r_seed=SEED):
     Lattice.__init__(self, filename, temp)
     self.rand2 = Ran3(r_seed)
Esempio n. 2
0
File: hw43.py Progetto: q10/bioe243
 def __init__(self, filename='protein_lattice_config_1.txt', temp=INIT_TEMP, r_seed=SEED):
     Lattice.__init__(self, filename, temp)
     self.rand2 = Ran3(r_seed)