Re: [modeller_usage] can we keep track of the modeller optimization process
To: Li Xue <>,
Subject: Re: [modeller_usage] can we keep track of the modeller optimization process
From: Modeller Caretaker <>
Date: Thu, 29 Jul 2021 10:23:49 -0700
On 7/29/21 3:08 AM, Li Xue wrote:
Is it possible that we could track all the details of the modeller
conjugate gradients optimization process? For example, ask modeller at
each optimization step to output the PDB coordinates, modeller molpdf
energy terms and so on?
By default Modeller writes a trace file (e.g. 1fdx.D00000001) with
energy values and other optimization statistics. If you also want
coordinates or other information, you can set write_intermediates=True
or override get_optimize_actions() to add additional optimizer actions
such as WriteStructure (to write PDB files) or CHARMMTrajectory (to
write a DCD trajectory).