[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
biowerkzeug •Problem with Hippo_input setup for GB/SA
Page 1 of 1

Problem with Hippo_input setup for GB/SA

Posted: Wed Feb 25, 2009 11:48 am
by m.kalavera
My problem of today is my NVT MDsimulation with GB/SA conditions.
The simulations starts, but I don't receive any values for my Egb or Esasa in my E.dat output file. They are always 0.0000 for every times step.
Here is the input file I used. Just have a look and tell me if I make any critical mistakes.
Another problem came up, when I wanted to use cutoff values in my simulation. If I do so, the simulation stop's immediately and prints the following line in the log.txt :
"Error: unknown input command: cutoff [A] 14.0"

Here is the hippo_input.txt I use:

hippo input file

mode MD simulation
input type [PDB,zmx] PDB
input file minimized.pdb
random number seed (must be < 0) -100
use_pdb_coordinates 1
max_steps 5000000
T [K] 298.15
use_SSE (0 = slow double prec.) 1
use_pbc 0
match_hydrogens 1
freq_pdb_out 1e2
freq_xyz_out 1e4
freq_E_out 1e2
freq_state_restart_out 1e5
print_speed 1
print_debug 1
use_gbsa 1
gb_mode 2
united atom for aliphatic C 0
r_probe [A] 1.4
sigma 0.005
intra molecule epsilon 1.0
use_gb_flex123 (flexible 1-2 1-3) 0
MD timestep [fs] 0.5
use rattle for H bonds 0
thermostat 1
Collision frequency [steps] 500
Collision ratio [of all atoms] 0.05
use_NPT 0
openMP numthreads 4

Re: Problem with Hippo_input setup for GB/SA

Posted: Thu Feb 26, 2009 3:53 pm
by m.kalavera
I solved my problem,
the entry "use_SSE (0 = slow double prec.) 1" has to be changed to zero instead of one.