Mishima-syk / psikit

psi4+RDKit
BSD 3-Clause "New" or "Revised" License
95 stars 19 forks source link

SAPT makes extra directories and files #36

Open kzfm opened 4 years ago

kzfm commented 4 years ago

SAPT makes the plot, fsapt directories. they should be temporary and be removed after calculation

kzfm commented 4 years ago

Add the cache option to the method. and if that option is False, delete all related files.

def some_method(cache=False)