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

PR submission for FalQon #5

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
19f1db3
Edits
NelsonOoi Feb 3, 2024
cb3adba
Update backend.ipynb
NelsonOoi Feb 4, 2024
20355a0
added graph vis
Sasha-Malik Feb 4, 2024
75d5ff7
random parametrization for testing
Sarthak-Malla Feb 4, 2024
7719b50
Debugged measurement
NelsonOoi Feb 4, 2024
b9bf871
Updated initial algorithm implementation
NelsonOoi Feb 4, 2024
9777459
cli prelim update
declansam Feb 4, 2024
5f11975
create modular cli file
declansam Feb 4, 2024
c7adeb0
add interactive game - cli interface
declansam Feb 4, 2024
45eef73
modularized ascii
Sasha-Malik Feb 4, 2024
802c7e7
Updated functioning simulation with graph integration
NelsonOoi Feb 4, 2024
6ebcf2b
game part
Sasha-Malik Feb 4, 2024
d6d0c9a
New readme
NelsonOoi Feb 4, 2024
c5274c8
updated readme
Sarthak-Malla Feb 4, 2024
5abb664
circuit image to readme
Sarthak-Malla Feb 4, 2024
8130f61
To fix: backend_game.py
NelsonOoi Feb 4, 2024
17ec04c
Merge branch 'dev' of https://github.com/NelsonOoi/2024_IonQ_FalQon i…
NelsonOoi Feb 4, 2024
5398074
game logic
Sasha-Malik Feb 4, 2024
3099f17
Commented logging out
NelsonOoi Feb 4, 2024
c6cb6ec
Create backend_sim.ipynb
NelsonOoi Feb 4, 2024
a58465b
Merge branch 'dev'
NelsonOoi Feb 4, 2024
e65f178
Tested backend_sim notebook and script
NelsonOoi Feb 4, 2024
002926c
Testing for text delay
NelsonOoi Feb 4, 2024
293353c
Merge branch 'nel-o-event-text'
NelsonOoi Feb 4, 2024
202ce94
Merged all branches into main
NelsonOoi Feb 4, 2024
7d56559
Sample run
NelsonOoi Feb 4, 2024
a6999d3
Added our quantum story
NelsonOoi Feb 4, 2024
ca40026
Upload Presentation PDF | Post Presentation
declansam Feb 4, 2024
b5836d8
Upload Presentation PDF | Post Presentation
declansam Feb 4, 2024
b3738b2
Update - presentation slides link and storyline
NelsonOoi Feb 4, 2024
4f5ed71
add data-gen | update gitignore, presentation
declansam Feb 7, 2024
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
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

.vscode/
**/.vscode/
.DS_Store
.DS_Store?
**/.DS_Store
**/.DS_Store?

__pycache__/
**/__pycache__/

**/*.ipynb_checkpoints/
390 changes: 390 additions & 0 deletions backend.ipynb

Large diffs are not rendered by default.

Loading