Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
added pub code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohjeah committed Feb 25, 2019
1 parent cc23dea commit de385f1
Show file tree
Hide file tree
Showing 11 changed files with 1,576 additions and 0 deletions.
106 changes: 106 additions & 0 deletions example/abrupt-sindy/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
/src/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
5 changes: 5 additions & 0 deletions example/abrupt-sindy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Supplementary Code for the article [Sparse identification of nonlinear dynamics for rapid model recovery](https://aip.scitation.org/doi/10.1063/1.5027470).

## Installation

`pip install -r requirements.txt`
281 changes: 281 additions & 0 deletions example/abrupt-sindy/code/Lorenz.ipynb

Large diffs are not rendered by default.

443 changes: 443 additions & 0 deletions example/abrupt-sindy/code/Noise_Sampling_Rate.ipynb

Large diffs are not rendered by default.

237 changes: 237 additions & 0 deletions example/abrupt-sindy/code/VanderPol.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit de385f1

Please sign in to comment.