Closed tanoury1 closed 10 months ago
Hi! You should be able to effectivley turn this off by setting Config.min_num_atom_removed_in_truncation
to a large number, defined here. e.g.
>>> import autode as ade
>>> ade.Config.min_num_atom_removed_in_truncation = 10000
I hope my comment resolved this. Please feel free to reopen if not
Hi, I'm using autoDE for a rather large system (MW: ~1200). The code is truncating my molecule. How can I turn this off?
Thanks, Jerry