Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests and examples for NEB and IRC were updated #209

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:

# rdkit: PyPi only supplies it for 3.7-3.11
- name: Install rdkit
if: matrix.python-version != '3.12'
if: matrix.python-version < '3.12'
run: |
pip install rdkit

Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ Iteration 0 Energy -92.24604266
N -0.6393457902 0.4205365638 0.0052498438
H 0.7532976101 0.2173493463 -0.0090384631

-1215.858933
-1215.858981
-0.043293 -0.081607 0.000849
0.075287 0.009576 -0.000867
-0.530324 0.839319 0.001930

2126.655388
-0.335109 0.647241 0.000681
2126.655485
-0.335109 0.647242 0.000681
0.302446 -0.563902 -0.000708
-0.209774 0.123745 0.001723
-0.209773 0.123745 0.001723

2451.859833
-0.057515 -0.023525 0.000737
-0.012776 -0.015886 0.000213
0.862859 0.501058 -0.011742
2451.859772
0.057515 0.023525 -0.000737
0.012776 0.015886 -0.000213
-0.862859 -0.501058 0.011742
Loading
Loading