Skip to content

Commit

Permalink
pip fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalegre committed Jan 20, 2022
1 parent 7931d85 commit 76fe38d
Show file tree
Hide file tree
Showing 10 changed files with 521 additions and 831 deletions.
1,028 changes: 514 additions & 514 deletions Example_workflows/QCORR_workflows.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Installation instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ Install OpenBabel
conda install -c conda-forge openbabel

Install AQME and its dependencies
pip install AQME
or
python setup.py install
12 changes: 3 additions & 9 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
# Getting Support

aqme offers the following support channels:
AQME offers the following support channels:

- For detailed questions (e.g., those requiring examples) send us an
[email](mailto:patonlab@colostate.edu?subject=[aqme])
[email](mailto:[email protected]?subject=[aqme]) or [email](mailto:svss@colostate.edu?subject=[aqme])
- To report issues, use this repository's
[issue tracker](https://github.com/bobbypaton/aqme/issues/new)
- You can also find us on [![Twitter][1.2]][1]
[issue tracker](https://github.com/jvalegre/aqme/issues/new)

When reporting an issue, please include the following details:

- A narrative description of what you are trying to accomplish.
- The minimum code necessary to reproduce the issue.
- The expected results of exercising that code.
- The actual results received.

You may also submit a failing test case as a pull request.

[1.2]: http://i.imgur.com/wWzX9uB.png (twitter icon without padding)
[1]: https://twitter.com/bobbyoaton
209 changes: 0 additions & 209 deletions parameters_file_full.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions parameters_new_subs_charged.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions pyconfort_INPUT_substrate_scope.csv

This file was deleted.

13 changes: 0 additions & 13 deletions requirements.txt

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name='aqme',
packages=find_packages(exclude=['tests']),
package_data={'aqme': ['templates/*']},
version='1.0.0',
version='0.0',
license='MIT',
description='Automated Quantum Mechanical Environments',
long_description='Automated Quantum Mechanical Environments',
Expand All @@ -20,7 +20,7 @@
author_email='[email protected], [email protected]',
keywords=['workflows','computational chemistry','conformational sampling','cheminformatics','quantum mechanics','DFT','automated'],
url = 'https://github.com/jvalegre/aqme',
download_url = 'https://github.com/jvalegre/aqme/archive/refs/tags/1.0.0.tar.gz',
download_url = 'https://github.com/jvalegre/aqme/archive/refs/tags/0.0.tar.gz',
classifiers=[
'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
'Intended Audience :: Developers', # Define that your audience are developers
Expand Down
1 change: 0 additions & 1 deletion smi.smi

This file was deleted.

44 changes: 0 additions & 44 deletions submission_script_for_aqme.sh

This file was deleted.

0 comments on commit 76fe38d

Please sign in to comment.