Exemplo n.º 1
0
Arquivo: hw43.py Projeto: 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)
Exemplo n.º 2
0
Arquivo: hw43.py Projeto: 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)