X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=django_simple%2Ftodo%2Fforms.py;h=16d942abe437ecf39480a87b5d8c6fcccc601ac4;hb=f40d8151edf0064bda3db89298dbcf243d244c7f;hp=5eb67fb088e649d2f82efeeb71dcc1f3b012c661;hpb=18720bfd2db199afb2ebf034b3206fc07f16c1ad;p=django_unres.git diff --git a/django_simple/todo/forms.py b/django_simple/todo/forms.py index 5eb67fb..16d942a 100644 --- a/django_simple/todo/forms.py +++ b/django_simple/todo/forms.py @@ -254,6 +254,7 @@ class TaskForm_md_a(forms.Form): help_text='coupling to the thermal bath (Berendsen)') md_scal_fric = forms.FloatField(label='scal_froc',initial=0.02, help_text='scaling of the friction coefficients (Langevin)') + md_respa = forms.BooleanField(required=False,initial=True,label='RESPA') md_mdpdb = forms.BooleanField(required=False,label='trajectory as PDB') boxx = forms.FloatField(label='Box X',initial=1000.0, @@ -403,6 +404,8 @@ class TaskForm_remd_a(forms.Form): # remd_traj1file = forms.BooleanField(required=False,label='single trajectory file',initial='true') # remd_rest1file = forms.BooleanField(required=False,label='single restart file',initial='true') + md_respa = forms.BooleanField(required=False,initial=True,label='RESPA') + boxx = forms.FloatField(label='Box X',initial=1000.0, help_text='box x dimension') boxy = forms.FloatField(label='Box Y',initial=1000.0,