You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NWChem Forum
Dear All,
I following the task tree for a task_freq calculation and I have run across a file call convention that I'm not familiar with. For example, in task_hessian there is reference to an external file called task_hessian_doit, yet I haven't been able to find that file anywhere. I have also found instances of task_energy_doit and task_gradient_doit which also don't seem to have an appropriate file to call. Is there somewhere else I should be looking to find these files or is there something else entirely that I should be looking at?
Thank you for your time,
Nick
Edoardo Aprà
unread,
May 24, 2022, 5:38:41 PM5/24/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NWChem Forum
task_energy_doit and task_gradient_doit are logical functions whose source code can be found in task_hessian.F and task_gradient.F, respectively.