Hi Domenica,
you can set boundary conditions either in the
pdb file or using the engine method set_boundary_conditions
the boundary conditions tells fullrmc about the periodicity of your system if there is any. the unit used is the angstrom, with this being said, your boundary condition is obviously wrong because you set a cube of 2A side
where the first vector is (2.0,0) the second (0,2,0) and the thrid is (0,0,2)
REMARK Boundary Conditions: 2.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 2.0
Before setting your boundary conditions, fullrmc considered your system as isolated and computed a shape function to compensate for the density loss. Unless you are simulating an isolated system this is wrong.
you must specify the good boundary condition for your simulation to work right.
thanks