Skip to content

Commit

Permalink
🎉 Add notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
yosh-matsuda committed Nov 30, 2023
2 parents afae4fd + e5dc7db commit 462e6cb
Show file tree
Hide file tree
Showing 28 changed files with 50,393 additions and 92 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

.vscode

**/*.egg-info
**/__pycache__
notebooks/.ipynb_checkpoints/*
Pipfile.lock
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Fixstars Amplify Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
18 changes: 18 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
jupyter = "*"
ipywidgets = "*"
black = {extras = ["jupyter"], version = "*"}
pandas = "*"
numpy = "*"
ipympl = "*"
amplify-sched = "*"

[requires]
python_version = "3"
92 changes: 0 additions & 92 deletions README.md

This file was deleted.

14 changes: 14 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: quantum-demo
channels:
- conda-forge
dependencies:
- python=3.10
- appmode
- traitlets<5.10.0
- pip
- pip:
- amplify-sched
- numpy
- ipywidgets
- pandas
- ipympl
Loading

0 comments on commit 462e6cb

Please sign in to comment.