Hello researchers

I'm trying to develop force field through which minimization code is being implemented.

Conjugation gradient minimization method is used in minimization. minimization code is implemented according to research article in Java.

Now in preprocessing step for minimization, I'm going to allocate gradient vectors to each atom in the molecule to minimize structure.

Minimization is going along the way to decrease the sum of each gradient vector length

I'm stuck in allocating gradient vectors to each atom in the molecule.

In the force field, intra-energy function types are stretching, bending, torsion, stretching-bending, stretching-torsion, and bending-bending.

How should I calculate gradient vectors to each energy function type?

More Hyun Kil Shin's questions See All
Similar questions and discussions