I have the topology file for a polymer, i.e. I know all the bonded and non-bonded interaction parameters, but I am unaware of the well-accepted methodology to generate the initial structure. I can think of three methods, to perform this but I am not sure which is the best, or if there are better methods out there.
Method 1: I generate a random initial structure and I do an energy minimization in vacuum (the polymer will shrink in size) and then energy minimization in water (the polymer will grow in size). (I may get stuck in local minima)
Method 2: Use Method 1, then perform Monte-Carlo simulations to find global minima.
Method 3: Use Method 1, then increase the temperature and the reduce to temperature so that I can sample the global minima.
What algorithms does a software like Schrodinger use to find the 3-d structure of the molecule from the chemical formula?
My intention is to develop a python script to do the same work that Schrodinger does, but I can't seem to find a book/paper to do which discusses the available algorithms.
PS: I use GROMACS simulation package.