Open well-zt opened 2 days ago
Hi, I'm conducting single point calculation via autodE. By defult, the xyz file of atoms will be printed automatically,
%output xyzfile=True
How can I cancel the output of xyz file?
Unfortunately, I don't think it's possible – autodE reads that file for the output geometry from the calculation. It's added in
https://github.com/duartegroup/autodE/blob/6a6eebe2b3c77c7a3f850b9e3c5cce32fafa7531/autode/wrappers/ORCA.py#L133-L137
Hi, I'm conducting single point calculation via autodE. By defult, the xyz file of atoms will be printed automatically,
How can I cancel the output of xyz file?