You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with molecular interactions. I want to calculate the difference
electron density in these complexes. For that i need to calculate the Full ED
of (a) Complex, (b) Molecule-1 alone and (c) Molecule-2 alone.
Diff-ED = ED(Complex) - { ED(Molecule-1)+ ED(Molecule-2)}
1) Main problem arises when we calculate the ED of Molecule-1 or Molecule-2
alone since Xmin, Ymin, Zmin, Xmax, Ymax and Zmax are different for each
fragment than complex. So it become difficult to add and subtract the
properties due to different grids here.
2) Now what I expect is to generate the Input file for the calculating the ED
(preferably Gaussian input format) such that the step size and Xmin, Ymin,
Zmin, Xmax, Ymax and Zmax are kept constant in all the fragments.
Will it be possible in MetaStudio?
Original issue reported on code.google.com by [email protected] on 15 Nov 2010 at 7:08
The text was updated successfully, but these errors were encountered:
Are the coordinates for the molecule written in cube file in standard
orientation ? If so, then the min max bounding conditions will not matter as
long as the grid is equally dense for all calculations. If not, the missing
values will have to be interpolated or better recalculated within the same
level/basis. This can be done in MetaStudio, of course with a bit of work :)
Original issue reported on code.google.com by
[email protected]
on 15 Nov 2010 at 7:08The text was updated successfully, but these errors were encountered: