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

DMA, Local force constants, Marcus dimension #265

Open
wants to merge 398 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
398 commits
Select commit Hold shift + click to select a range
7d8c811
mod: implemented get_all_energies for PySCF and added a test
Dec 19, 2023
b8b3af1
mod: implemented get_all_energies for Gaussian16 and added a test
eljost Dec 19, 2023
f5fdd14
add: get_all_energies() for DFTB+ calculator
Dec 19, 2023
c0097c0
add: Solve min-cost-problem for better ES overlaps
Dec 20, 2023
9caab3d
mod: keep integration grid in dedicated dataclass
Jan 4, 2024
3cbc0ef
add: simple MolGrid construction from Wavefunction
Jan 5, 2024
a6ab5c2
add: GDMA (DMA w/ numerical integration)
Jan 5, 2024
c87d2bb
add: Grids similar to the original GDMA grids
eljost Jan 7, 2024
c7299f5
mod: update dma.py to use pysisyphus-addons
Jan 8, 2024
0984ba5
add: wavefunction attribute Geometry
Jan 9, 2024
fb994d6
fix: add missing control paths
Jan 9, 2024
989e45b
add: Gaussian16.get_wavefunction()
eljost Jan 9, 2024
8c68a35
mod: remove densities-key check in parse_orca_densities
Jan 10, 2024
e390036
add: functions to construct relaxed ES density from Turbomole calcula…
Jan 11, 2024
7b16fe6
add: calculation of relaxed ES density for ORCA and Turbomole
Jan 12, 2024
58efc5a
added reference and deleted two unused imports
Jan 12, 2024
ad9c609
fix: add missing control_path directory
Jan 12, 2024
ec8ab6e
add: Gaussian.get_relaxed_density() for ESs
eljost Jan 12, 2024
8a2ba87
mod: enable wavefunction_dump by default for turbomole
Jan 12, 2024
cf47df8
add: Geometry.td_1tdm attribute holding transition-densities
Jan 16, 2024
819f3e2
add: CI-coeff parsing from Gaussian log files
eljost Jan 16, 2024
cc8694a
add: mpmath-based higher precision Cart2Sph coefficients
Jan 17, 2024
554bd73
add: numba-accelerated integrals
Jan 24, 2024
cb41378
fix: add warning when thermoanalysis package is missing
Jan 24, 2024
0e89b95
fix: dont't crash in pysis merge when OBabel FF opt fails
Jan 25, 2024
a1f730d
add: radial grid as described in Stone's GDMA paper
Jan 25, 2024
ec14a9d
mod: made dma.run_dma() more robust
Jan 25, 2024
7be6f7c
add: Orient input generator from DMA calculations
Jan 25, 2024
bedc447
fix: Turbomle gradient files w/ multiple cycles
Jan 29, 2024
06112b5
mod: also report imaginary wavenums in pysisthermo
Jan 30, 2024
e1c9c75
mod: lift restriction to spherical bfs for FCHK wavefuncs
Jan 30, 2024
67f6bd8
add: parsing of singlet-triplet excitations from Gaussian
Jan 31, 2024
638cdea
add: singlet-triplet SOC as done in PySOC
Jan 31, 2024
b375be6
mod: (hopefully) greatly improved TablePrinter
Feb 5, 2024
0670b82
mod: enable use of Boettger factors for perturbative SOCs
Feb 5, 2024
2c89d23
mod: added some comments & references for SOC
Feb 5, 2024
7e42510
fix: eval_density() after update to numba 0.59
Feb 6, 2024
75d0175
mod: update GHA and requirements to Python 3.12
Oct 2, 2024
ec93495
add: plotting of CT numbers and spectra
Feb 7, 2024
43e48ac
add: ORCA wrapper for spectrum_ctnum in 'scripts/orca_ctnums.py'
Feb 8, 2024
08ea6a8
fix: skip wavefunction sanity-check w/o Shells
Feb 9, 2024
139ec37
mod: allow kwargs when creating PySCFShells from Pyscf-mol
Feb 9, 2024
bf0071f
fix: use abs of change to determine JacobiSweeps convergence
Feb 9, 2024
077f04c
add: edmiston-ruedenberg diabatization using Jacobi-sweeps
Feb 9, 2024
3c6709e
mod: updated comments and integer dtypes in Shells.as_arrays()
Feb 19, 2024
8ecf063
mod: updates to Jacobi-Sweep driver
Feb 19, 2024
e71afff
mod: report basis function type when printing Wavefunction
Feb 19, 2024
597831d
add: docstrings & typing for diabatization.py
Feb 19, 2024
d5e6a54
add: derivation of expressions for edmiston-ruedenberg jac.sweeps
Feb 19, 2024
39fe595
fix: finally a working ER-localizer w/ Jacobi Sweeps
Feb 26, 2024
42b6db4
fix: MO-coefficient-reordereding w/ shells.ordering="pysis"
Feb 26, 2024
db96317
fix: update pysisyphus-addons module path for GDMA
Feb 26, 2024
3ec785f
add: detachment and attachment densities in the MO basis
Feb 28, 2024
f3b1f05
add: tests for excited state density matrix builds
Feb 29, 2024
de3de2a
fix: report negative of maximum detachment density eigenvalue
Feb 29, 2024
b332403
fix: PySCF basis function ordering was wrong
Mar 6, 2024
3c1dd9b
add: parsing of Turbomole coord files
Mar 6, 2024
de64005
fix: scipy import was missing
Mar 6, 2024
f07daa7
fix: PySCF-permutation matrices
Mar 11, 2024
d6916a5
mod: update actions in nix CI
Mar 11, 2024
5b4ebf7
add: ability to delete bondsn in orca_ctnums.py
eljost Mar 11, 2024
1efd28a
mod: factored out Gaussian16.parse_all_energies
eljost Mar 11, 2024
9b30b5d
fix: add missing io.coord module
Mar 11, 2024
4efa9a6
add: soc-driver script
Mar 11, 2024
b881902
add: ability to dump DiabatizationResult to .npz
Mar 15, 2024
928db88
fix: singlet-triplet optimizations are now possible for ORCA
Mar 15, 2024
c5e4d81
add: ConicalIntersection calculator results are also dumped
Mar 15, 2024
d951ff1
mod: improved reporting when cutting clusters from PDB/PSF files
Mar 18, 2024
b4e80f6
fix: typo in docstring
Mar 18, 2024
ca5121d
fix: assert in ct-number calculation was too restrictive
Apr 3, 2024
f474af4
fix: orca_ctnums.py also looks for *.log now
eljost Apr 9, 2024
e590a67
add: get_box_grid
Apr 8, 2024
c42e09d
fix: ensure that ES energy is set when root is set for ORCA
Apr 19, 2024
425fa63
mod: started to entangle OverlapCalculator.track_root()
Apr 19, 2024
aeab124
add: ChainOfStates.propagate() to propagate root info along COS
Apr 19, 2024
737acfe
mod: improve reporting in COS optimization
Apr 22, 2024
00707f7
mod: also store MO-energies in WF objects
May 7, 2024
7e9ed19
black
May 7, 2024
afd193e
mod: set/get chkfiles for OpenMolcas
May 7, 2024
119cdf3
mod: set MO ens when creating wavefunction from PySCF kernel
May 16, 2024
afb9caf
add: convert Shells to ris-Shells for TDDFT-ris
May 16, 2024
f2663ee
fix: parsing of ORCA energies
May 17, 2024
a13b720
mod: make Composite-calculator support more complex expressions
May 17, 2024
9f215c7
add: helper functions that returns boosting composite calcs
May 17, 2024
ec6ce75
add/fix: updated PyXTB to use TBLite project
May 21, 2024
7d73928
fix: plotting of MD runs
May 21, 2024
e02d854
mod: deleted unused/wrong? constant
May 21, 2024
0e910be
mod: formatted & commented EGO calculator
Jun 11, 2024
7857469
mod: support grid kwargs in spectra-broadening
Jun 11, 2024
5d7fd5a
mod: loosened threshold in trans&rot vector construction
Jun 11, 2024
dc84392
add: AU2FS conversion constant
Jun 11, 2024
b1ca96d
mod: use dataclass in dynamics driver instead of namedtuple
Jun 11, 2024
27896b8
add: serpentine potential & test
Jun 11, 2024
30afeb2
del: ORCA.parse_orca_gbw and ORCA.ORCA.parse_cis
Jun 12, 2024
6d4a1b0
mod: enabled tden-overlaps for unrestricted calculations
Jun 12, 2024
1de3fd9
fix: majke f-string backwards compatible
Jun 12, 2024
023f458
add: creation of MOCoeffs objects from parsed FCHK data
Jun 12, 2024
3366fd0
add: ES tracking w/ Gaussian and unrestricted calculations
Jun 12, 2024
b8e19e4
fix: cyclical import; moved MOCoeffs to root dir
Jun 12, 2024
cd3affe
fix: parse_turbo_mos now also handles alpha/beta files
Jun 13, 2024
4d2a4b9
mod: do lazy PySCF import in Composite calculator
Jun 13, 2024
0d1e676
mod: make PySCF imports lazy for wrapping calculators
Jun 13, 2024
5d8b97b
add: enable unrestricted Overlaps for Turbomole
Jun 13, 2024
83ead66
add: Tracking of unrestricted ES-calcs w/ PySCF
Jun 13, 2024
214bf05
fix: sometimes iroot wasn't inserted properly
Jun 14, 2024
084077a
add: test for ORCA singlet-triplet ES opt w/ tracking
Jun 14, 2024
6c6b87d
add: singlet-triplet ES w/ PySCF & test for it
Jun 14, 2024
34a9bb3
add: missing keys cist_a/trip_a for Turbomole for S->T ES
Jun 14, 2024
9453f70
fix: energy parsing w/ PySCF
Jun 14, 2024
9d18bd0
fix: shape bug when resorting MO energies
Jun 14, 2024
af99ea5
fix: updated baseline image after change to annotate
Jun 14, 2024
2d71521
fix: re-enable wf-overlap ES-tracking
Jun 14, 2024
cf30db9
add: re-enable NTO-ES-tracking for unrestricted calculations
Jun 18, 2024
4ad5fff
fix: respect pal choice in PySCF
Jun 20, 2024
6f5781f
mod: don't delete forces in Xtb energy calculations
Jun 20, 2024
184fdc1
mod: refactor fit_rigid/procrustes calls out of Optimizer.optimize()
Jun 24, 2024
6c3a929
mod: renamed Optimizer.optimize() to Optimizer.get_step()
Jun 24, 2024
6d3b1e8
mod: Warning TBLite calc, as it uses all threads by default
Jun 24, 2024
40b2561
mod: calculate energy and derivatives outside of Optimizers.get_step
Jun 24, 2024
140c2d6
fix: various failing tests after Optimizer refactoring
Jun 24, 2024
039113c
mod: report frame in title when animating COS opt w/ AnaPot calc
Jun 25, 2024
e9be08a
add: Geometry.calc_energy to explicitly calculate energy
Jun 25, 2024
7fef89a
mod: massive refactoring of COS classes
Jun 26, 2024
ce71cab
fix: safe fixes from ruff
Oct 2, 2024
f8d77c3
del: removed MicroOptimizer and associated code
Jun 27, 2024
af20f8f
fix: AdaptiveNeb & failing tests related to COS-refactor
Jun 27, 2024
69e1533
mod: disentangled COS forces calculation
Jun 27, 2024
8a25fc1
fix: typo that prevented creation of calculator2
Jun 27, 2024
a8326b0
fix: added missing f-prefixes in some f-strings
Jun 27, 2024
56d3206
mod: 3-image MEISC selection algorithm from 10.1063/5.0021923
Jul 1, 2024
d526837
add: test for MEISC image selection
Jul 1, 2024
2895488
mod: report calculation times in COS opt WF propagation
Jul 1, 2024
aa3960b
add: atom picking in modes3.py and quitting w/ ESC or q
Jul 4, 2024
74652fb
add: basic crest wrapper
Jul 4, 2024
8d2919e
add: reading & writing of TREXIO files to/from wavefunction
Jul 30, 2024
171fe29
add: wf export to trexio
Jul 30, 2024
43e13ee
fix: mol2 parser didn't stay in a line when parsing atoms
Jul 30, 2024
09e0dcd
add: determine ECP electrons from ORCA json
Jul 30, 2024
7b866cc
mod: fix coordinate width in XYZ renderer
Jul 30, 2024
647af7c
add: allow level of theory selection in crest wrapper
Jul 30, 2024
5ba62a8
add: rotation matrix for rotation around given vector
Jul 30, 2024
6b88cdd
add: support for different cart_coords in Geometry.get_subgeom()
Jul 30, 2024
c642490
mod: update logging of EnergyMin calculator
Jul 30, 2024
d279b42
mod: also store number of ECP electrons in trexio
Jul 30, 2024
8abe0f7
mod: updated default wavelength bounds for spectrum plotting
Jul 30, 2024
2f54f28
add: helper for ensemble spectra
Jul 31, 2024
d8f9fee
improved plot appearance for cubic displacement
Aug 13, 2024
7a219fd
fix: cubic displacement from TS was faulty
Oct 2, 2024
7177869
add: taylor_closure for cubic displacement
Aug 15, 2024
0d46fd7
add computed_zorder arg for 3d plots of AnaPots
Aug 15, 2024
1cd3908
update logo
Aug 15, 2024
83cffe2
formatting changes
Aug 15, 2024
6b80813
fix: spectrum_ctnum test was failing
Aug 15, 2024
e728a67
mod: allow atomic numbers in XYZ strings
Aug 15, 2024
b0c0700
updated examples/complex/07_diels_alder
Aug 15, 2024
ad6003a
add: ability to select number of geometries in pysistrj --spline
Aug 15, 2024
b693a1f
add: ursina is now listed as optional dependency in setup.cfg
Aug 15, 2024
6bdecf6
fix: augment_bond returned wrong geometry in run_opt driver
Aug 15, 2024
5125a3b
fix: added some missing attributes to GrowingNT.py
Aug 15, 2024
d0662b9
fix: max linesearch was broken in TSHessianOptimizer
Aug 15, 2024
22bab87
add: allow initializing GSM with more than 2 images
Aug 15, 2024
d3b54e4
make run.run_tsopt_from_cos easier to use
Aug 15, 2024
fb77394
fix: DLC constraints didn't really work
Aug 15, 2024
153e8f2
mod: consistent internals when typed_prims are given
Aug 26, 2024
d5275a5
mod: consinder user-defined bonds at earlier stage
Aug 26, 2024
833c7ce
mod: updated limits in FourWellAnaPot plots
Aug 26, 2024
825faf9
mod: improved thermochemistry report
Aug 29, 2024
bccc363
fix: skip chkfile propagation in run_calcs when atoms differ
Aug 29, 2024
a2982fb
imporved rxrates report
Aug 29, 2024
f4f6d70
fix: FakseASE was incompatible w/ ase >= 3.23.0
Aug 29, 2024
b352db3
add: script to generate a Hessian file for a single atom
Aug 30, 2024
7b43c78
fix: updated tests for XTB 6.7.0
Aug 30, 2024
ef9381c
add: enabled caspt2 block for OpenMolcas
Aug 30, 2024
cf2c330
mod: formatting in thermoanalysis & c´oordinate printing
Sep 2, 2024
1ffbc37
fix: enable standard orientation in Hess-projector construction
Sep 2, 2024
04ee088
fix: hessian_projection was still faulty
Sep 2, 2024
abad0d1
fix: various tests
Sep 2, 2024
5d82553
fix: davidson seesm to fail w/ std. orient in Hessian projector
Sep 3, 2024
b528fc6
mod: IRC summaries; rx. coordinate is now correct
Sep 3, 2024
7d453de
fix: NEb test was lacking images
eljost Sep 3, 2024
955716e
add: numba_multipole backend
Sep 5, 2024
8b86088
mod: drop joblib/caching in shells
Oct 2, 2024
9f51987
mod: use numba multipole backend by default
Sep 5, 2024
17e2af6
fix: failed tests
Sep 5, 2024
85f158e
fix: flake8 fixes; removed unused code
eljost Sep 5, 2024
e51691f
fix: passed exc_ens instead of all_ens in orca_ctnums.py
Sep 6, 2024
c346251
mod: 'kind' field for DiabatizationResult
Sep 11, 2024
6586d53
mod: refactor out recovering of S mat from C mat
Sep 12, 2024
dbc9716
add: ability to sort DiabatizationResult and improved report
Sep 13, 2024
4d2991a
add: new driver for running calculations
Sep 16, 2024
79a5b89
add: basic hash of calcs in run_calculations
Sep 16, 2024
0a12b46
add: support for stable calcs in ORCA.run_calculation()
Sep 17, 2024
d25f84c
add: Geometry.dump_trj() for easy dumping of trajectories
Sep 27, 2024
1fb6a77
add: charge is now dumped in orca2pysis.py Hessian converter
Sep 27, 2024
0c0a495
mod: improve column widths in tableprinter
Sep 30, 2024
e970441
add: 1d sparse Numerov method as in 10.1039/C6CP06698D
Sep 30, 2024
274db5a
add: calculation of anharmonic partition functions
Sep 30, 2024
0142666
add: support for periodic potentials in 1d Numerov
Oct 1, 2024
3ab31d5
mod: reworked relaxed scans
Oct 2, 2024
7a1b278
add deuterium mass to Numerov test
Oct 2, 2024
58028f2
fix: failing import when thermoanalysis is not installed
Oct 2, 2024
f6dbade
fix: faulty timing.render() duration function
Oct 3, 2024
5b5f772
fix: test for periodic numerov
Oct 18, 2024
169fb1e
add: rotor moment of inertias
Oct 21, 2024
96c0e78
add: rotor examples for numerov
Oct 22, 2024
5d88456
add: calculation of hindered rotor partition functions
Oct 25, 2024
388bf55
add: enabled hindered_rotor calculation via YAML input
Oct 28, 2024
10bad7e
fix: failing test after update in run_calculations
Oct 28, 2024
c5ed328
fix: add missing file
Oct 28, 2024
6d796a2
fix: re-creatign a symlink to a json results file failed
Oct 29, 2024
d560638
fix: spectrum_ct_num failed when graphiv was available
Oct 29, 2024
0e887d4
fix: test_ts_hessian_update
Oct 29, 2024
96a4d72
fix: add left/right_images to growing string test
Oct 29, 2024
30fcb70
fix: added more files to .gitgnore
Oct 29, 2024
f879395
fix: rotation code was wrong
Oct 29, 2024
0ef2cce
re-enabled alignment in hindered_rotor
Oct 29, 2024
be5576f
add reporting of single-point calc. timings in hindered_rotor
Oct 29, 2024
c09fb35
add report after hindered_rotor calculation
Oct 29, 2024
dd9b51b
add: manually halt hindered_rotor calc by touching 'converged_hr'
Oct 30, 2024
884ecd6
mod: updated convergence check in hindered_rotor
Oct 30, 2024
c3e4948
fix: typed_prims contain normal use normal int indices again
Nov 4, 2024
c4e4dfe
mod/fix: always work on a copy of opt_kwargs in run_opt
Nov 4, 2024
5390754
fix: fragmentation for hr with > 2 initial fragments
Nov 4, 2024
382c396
add: 'pysistrj --calcs' to plot results from plain calculations
Nov 5, 2024
968e882
fix: (hopefully) allow plotting of old IRC HDF5 files
Nov 5, 2024
79c89f6
fix: test fixes after xtb update to 6.7.1
Nov 5, 2024
4947378
mod: filter out eigenvectors w/ vanishing gradient
Nov 5, 2024
2b52800
mod: exclude integrals from flake8
Nov 5, 2024
ca7b83d
mod: run pytest w/ --color=yes in github actions
Nov 5, 2024
78d214a
fix: further round of test fixes
Nov 6, 2024
166dfcf
fix: don't add hydrogen_bonds that are already bonds
Nov 6, 2024
4449f1f
add: RotorInfo class for more control about rotor atoms
Nov 7, 2024
bc03360
mod: include trans-rot-projector in inverse of Wilson-B mat
Nov 7, 2024
d0aefaa
mod: keep constraints when rebuilding coordinates
Nov 7, 2024
41a03c3
fix: enabling project_tr was a bad idea
Nov 7, 2024
5a70f9b
fix: remove type hint from optional addon
Nov 8, 2024
19e0491
fix: use capitalized atoms when converting to ASE
Nov 8, 2024
8352c1c
add: "LINEAR" shortcut for creating linear bend & its complement
Nov 12, 2024
72eb2a9
add: new diabatization driver
Nov 12, 2024
00f1d7e
mod: refactored diabatization
Nov 14, 2024
adc9c8f
fix: make diabatization.driver importable w/o pysisyphus_addons
Nov 14, 2024
e8bc3f1
mod: switch to HDF5 file for diabatization
Nov 15, 2024
0271f6d
mod: dump more datasets to HDF5 file
Nov 16, 2024
07085fc
mod: hdf5 data models now require a dtype
Nov 19, 2024
201cab5
mod: also write diabatization kinds to HDF5
Nov 19, 2024
02b8a49
add: also consider spin-densities in chimerabatch
Nov 22, 2024
38f7dd3
add: method to io.cube.Cube to createa new cube from ref. cube and vo…
Nov 22, 2024
a4b5b65
fix: added missing h5_fn in dia driver test
Nov 25, 2024
230b964
mod: report fragments in orca_ctnums.py
Nov 27, 2024
2bae9fe
fix: mention files explicitly in .gitignore
Nov 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
27 changes: 14 additions & 13 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,19 @@ on:
- "examples/**"
- "scripts/**"
- "nix/**"
- "tests_staging/**"
- "deprecated/**"
workflow_dispatch:
schedule:
- cron: '0 */12 * * *'
jobs:
buildNix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
extra_nix_config: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v14
with:
name: pysisyphus
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand All @@ -32,15 +30,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-
- name: Set up Python 3.9
uses: actions/setup-python@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.9.15
python-version: "3.12"
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
Expand All @@ -51,9 +49,9 @@ jobs:
run: |
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --config flake8.ini
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --config flake8.ini
- name: Install thermoanalysis
run: |
pip install git+https://github.com/eljost/thermoanalysis.git
Expand All @@ -64,12 +62,15 @@ jobs:
run: >
pytest -v
--cov=pysisyphus --cov-config .coveragerc --cov-report xml --cov-report term
--color=yes
--show-capture=no
--durations=0
-m "not benchmark and not skip_ci"
tests
- name: Upload coverage to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
flags: unittests
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
22 changes: 21 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@ pysisyphus/wavefunction/devel_ints/*
version.py

!tests/test_barriers/*.h5
!tests/test_diabatization/00_bena2_cat/00_bena2_dcat.bson
!tests/test_diabatization/00_bena2_cat/00_bena2_dcat.cis
!tests/test_diabatization/00_bena2_cat/00_bena2_dcat.log
!tests/test_dma/data/*
!tests/test_es_capabilities/control_path_mult_*
!tests/test_exc_densities/data/*
!tests/test_rates/ethyl_propionate/*.h5
!tests/test_franckcondon/*.h5
!tests/test_franckcondon/naphthalene_gradient
!tests/test_hessian_updates/*.h5
Expand All @@ -182,12 +189,18 @@ version.py
!tests/test_orca/orca_tddft_triplets.out
!tests/test_orca/fail_term.orca.out
!tests/test_orca/orca_tddft_triplets.out
!tests/test_orca/restricted.gbw
!tests/test_orca/unrestricted.gbw
!tests/test_openmolcas/butadien_vdzp.rasscf.h5
!tests/test_openmolcas/cms_pdft_opt.yaml
!tests/test_openmolcas/cms_pdft_opt.RasOrb
!tests/test_openmolcas/cms_pdft.rasscf.h5
!tests/test_point_charges/methane_control_path/*
!tests/test_xtb/xtb_pass.out
!tests/test_xtb/xtb_crash.out
!tests/test_thermo/irc_*.orca.h5
!tests/test_thermo/hcn_orca_b973c_hessian.h5
!tests/test_turbomole/control_path_big_hess/*
!tests/test_turbomole/make_dens/*/*
!tests/test_tsopt/inp_hessian_ref.h5
!tests/test_rates/peroxyl_r1_h5s/*.h5
!tests/test_integrals/methane_def2svp_aomix.in
Expand All @@ -197,5 +210,12 @@ version.py
!tests/test_wavefunction/pyrrole/*
!tests/test_psf/step1_pdbreader.psf
!tests/test_overlap_calculator/benzene/*
!tests/test_local_force_constants/bf3_ccsd_t_ccpvdz.h5
!tests/test_wavefunction/bases/*
!tests/test_so_coupling/data/*
!tests/test_turbomole/make_dens/*
!tests/test_numerov/*.dat
!tests/test_partfuncs/ts_final_hessian_xtb.h5
!pysisyphus/wf_library/*
!pysisyphus/numint/lebedev_grids_4pi.npz
!pysisyphus/test_cos/multi_state_inp.npz
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![pysisyphus logo](resources/logo_small.png)
![pysisyphus logo](resources/logo_new_cut_small.png)

[![Documentation Status](https://readthedocs.org/projects/pysisyphus/badge/?version=master)](https://pysisyphus.readthedocs.io/en/master/?badge=master)
[![build](https://github.com/eljost/pysisyphus/workflows/Python%20application/badge.svg)](https://github.com/eljost/pysisyphus/actions)
Expand Down
51 changes: 0 additions & 51 deletions deprecated/AnimGS.py

This file was deleted.

152 changes: 0 additions & 152 deletions deprecated/GSref.py

This file was deleted.

36 changes: 0 additions & 36 deletions deprecated/MullerBrownSympyPot2D.py

This file was deleted.

17 changes: 0 additions & 17 deletions deprecated/NoSpringNeb.py

This file was deleted.

Loading
Loading