https://github.com/adc-connect/adcc
Raw File
Tip revision: 3afd0bb9977c1c83ee178d6d3a5ef5b4117a582e authored by Michael F. Herbst on 28 November 2020, 12:56:17 UTC
Bump version: 0.15.3 → 0.15.4
Tip revision: 3afd0bb
.gitignore
# Backup files and system temporaries
*~
.*.swp
*.swo

# compiled files and distribution files
*.pyc
/build
*.o
/libadcc.*.so
/libadcc.*.dylib
/dist
*.egg-info
/.eggs

# Testing
.pytest_cache
.coverage

# Jupyter
.ipynb_checkpoints/

# adccore
/adccore

# psi4
timer.dat
*.clean
back to top