<div dir="ltr">hi, i am new to gromacs. i was trying to use the time dependent Electric
 field and found that there is no direct way to use it, so tried to go 
to the source code(sim_util.c calc_f_el) and modify a little bit so that
 i can use it for my purpose.
<br><br>so i went into the sim_util.c and in the calc_f_el portion...
<br><br>i tried to modify the lines
<br><br>Ext[m] * = Ex[m].a[0]*FIELDFAC;
<br><br>into
<br><br>Ext[m] *= Ex[m].a[0]*FIELDFAC*sin(2*180*<div dir="ltr">frequency*t);
<br><br>But it showed no change in the output.
<br>Tthats why i tried to see if it is really working or not and put 
 Ext[m] * = Ex[m].a[0]*FIELDFAC* 0 (multiplied the whole with a zero);.
<br><br>It did not work either (ie. electric field was still working)
</div></div>