duartegroup / autodE

automated reaction profile generation
https://duartegroup.github.io/autodE/
MIT License
173 stars 52 forks source link

How to cancel the output of xyz file #366

Open well-zt opened 2 days ago

well-zt commented 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?

t-young31 commented 2 days ago

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