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

QC-Applications - PyLIQTR1.0 Migration + RuCl Documentation #8

Merged
merged 12 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from 10 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
52 changes: 52 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,59 @@
Trotter/*
notebooks/Trotter/*
QSP/*
notebooks/QSP/*
.ipynb*
*.sh
GSE/*
notebooks/GSE/*
*.zip
qasm_circuits/*

# 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/
share/python-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


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

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

579 changes: 0 additions & 579 deletions HighTemperatureSuperConductorExample.ipynb

This file was deleted.

1,138 changes: 0 additions & 1,138 deletions MagneticLattices.ipynb

This file was deleted.

Loading