Skip to content

Commit

Permalink
Restore utils/get_opt_externals
Browse files Browse the repository at this point in the history
  • Loading branch information
vnquanvuong committed Aug 14, 2024
1 parent 779df92 commit 37ede75
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions utils/get_opt_externals
Original file line number Diff line number Diff line change
Expand Up @@ -156,21 +156,6 @@ def get_slakos(destdir):
os.rename(unpackname, targetname)


'''Download additional parameters to test mDFTB'''
url = 'https://github.com/v2quan89/testparams4mdftb/raw/main/test3obp.tar.gz'
fname = os.path.join(destdir, 'test3obp.tar.gz')
unpackname = os.path.join(destdir, 'test3obp')
targetname = os.path.join(destdir, 'origin/test3obp')
if os.path.exists(unpackname):
shutil.rmtree(unpackname)
if os.path.exists(targetname):
shutil.rmtree(targetname)
download_file(url, fname)
unpack_file(fname)
os.remove(fname)
os.rename(unpackname, targetname)


def get_gbsa(destdir):
'''Downloads and extracts parametrizations for gbsa.'''

Expand Down

0 comments on commit 37ede75

Please sign in to comment.