Skip to content

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
tstuyver committed Jan 21, 2024
1 parent 74ca8c4 commit f066873
Show file tree
Hide file tree
Showing 24 changed files with 8 additions and 2,155 deletions.
4 changes: 2 additions & 2 deletions run_scripts/run_dft_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import argparse
import shutil

from ts_tools.ts_optimizer import TSOptimizer
from ts_tools.utils import setup_dir, get_reaction_list, print_statistics
from tstools.ts_optimizer import TSOptimizer
from tstools.utils import setup_dir, get_reaction_list, print_statistics


def get_args():
Expand Down
4 changes: 2 additions & 2 deletions run_scripts/run_ts_searcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import concurrent.futures
import argparse

from ts_tools.ts_optimizer import TSOptimizer
from ts_tools.utils import remove_files_in_directory, copy_final_outputs, \
from tstools.ts_optimizer import TSOptimizer
from tstools.utils import remove_files_in_directory, copy_final_outputs, \
setup_dir, get_reaction_list, print_statistics


Expand Down
4 changes: 2 additions & 2 deletions run_scripts/run_ts_searcher_dft.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import concurrent.futures
import argparse

from ts_tools.ts_optimizer import TSOptimizer
from ts_tools.utils import remove_files_in_directory, copy_final_outputs, \
from tstools.ts_optimizer import TSOptimizer
from tstools.utils import remove_files_in_directory, copy_final_outputs, \
setup_dir, get_reaction_list, print_statistics


Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

[metadata]
name = ts_tools
name = tstools
version = 0.4.2
license = MIT
description = Tools to generate reaction profiles based on a reaction SMILES input
description = Tools to locate transition state geometries based on a reaction SMILES input
long_description = file: README.md
author = Thijs Stuyver
classifiers=
Expand Down
10 changes: 0 additions & 10 deletions src/ts_tools.egg-info/PKG-INFO

This file was deleted.

8 changes: 0 additions & 8 deletions src/ts_tools.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/ts_tools.egg-info/dependency_links.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/ts_tools.egg-info/top_level.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed src/ts_tools/__pycache__/generator.cpython-310.pyc
Binary file not shown.
Binary file removed src/ts_tools/__pycache__/get_path.cpython-310.pyc
Binary file not shown.
Binary file removed src/ts_tools/__pycache__/irc_search.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file removed src/ts_tools/__pycache__/refine_ts.cpython-310.pyc
Binary file not shown.
Binary file removed src/ts_tools/__pycache__/relax_path.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file removed src/ts_tools/__pycache__/utils.cpython-310.pyc
Binary file not shown.
Binary file removed src/ts_tools/__pycache__/xtb_utils.cpython-310.pyc
Binary file not shown.
282 changes: 0 additions & 282 deletions src/ts_tools/confirm_ts_guess.py

This file was deleted.

Loading

0 comments on commit f066873

Please sign in to comment.