Damdae Park

Results 2 comments of Damdae Park

A temporary workaround is to edit the code from ``` from scm.plams.amsworker import AMSWorkerPool from scm.plams.amsworker import AMSWorker ``` to ``` from scm.plams.interfaces.adfsuite.amsworker import AMSWorkerPool from scm.plams.interfaces.adfsuite.amsworker import AMSWorker ```...

I just found a temporary workaround that changing the code from ``` def pickle(self, filename=None): """Pickle this instance and save to a file indicated by *filename*. If ``None``, save to...