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

Add QiskitOpt.jl to list. #307

Merged
merged 2 commits into from
Jan 24, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ To join the Ecosystem create a [submission issue](https://github.com/qiskit-comm
| [zoose-codespace](https://github.com/ianhellstrom/zoose-codespace) | GitHub Codespace template repository based on Zoose Quantum, a custom Docker image with everything included, so you can be up and running with any of the major quantum libraries (incl. Qiskit) with only two clicks! No installation required. Ideal for beginners or people who want to code quantum circuits on the go. Code quantum circuits straight in your browser with VSCode. <br/> ![core](https://img.shields.io/badge/notebook-gray.svg) <br/> |
| [Qiskit Nature PySCF](https://github.com/qiskit-community/qiskit-nature-pyscf) | Qiskit Nature PySCF is a third-party integration plugin of Qiskit Nature and PySCF. <br/> ![core](https://img.shields.io/badge/plugin-gray.svg) ![core](https://img.shields.io/badge/chemistry-gray.svg) <br/> |
| [RasQberry](https://github.com/JanLahmann/RasQberry) | RasQberry is a functional model of IBM Quantum System One, and can run Qiskit on the integrated Raspberry Pi <br/> ![core](https://img.shields.io/badge/game-gray.svg) <br/> |
| [QiskitOpt.jl](https://github.com/psrenergy/QiskitOpt.jl) | QiskitOpt.jl is a Julia package that exports a JuMP wrapper for qiskit-optimization. <br/> ![core](https://img.shields.io/badge/algorithms-gray.svg) <br/> |
| [qiskit-timeline-debugger](https://github.com/TheGupta2012/qiskit-timeline-debugger) | A lightweight jupyter widget to highlight the actions of the qiskit transpiler. Qiskit users can simply replace the call to qiskit's transpile function with the debug method of a Debugger instance. The widget provides an insight into the various details of the transpiler passes such as circuit evolution, property set changes, logs emitted during transpilation and the docs of the transpiler passes. <br/> ![core](https://img.shields.io/badge/### License-gray.svg) <br/> |

<hr/>
Expand Down
22 changes: 22 additions & 0 deletions ecosystem/resources/members.json
Original file line number Diff line number Diff line change
Expand Up @@ -4714,6 +4714,28 @@
"skip_tests": false,
"historical_test_results": [],
"stars": 7
},
"28": {
"name": "QiskitOpt.jl",
"url": "https://github.com/psrenergy/QiskitOpt.jl",
"description": "QiskitOpt.jl is a Julia package that exports a JuMP wrapper for qiskit-optimization.",
"licence": "MIT license",
"contact_info": "[email protected], [email protected], [email protected], [email protected], [email protected]",
"alternatives": "_No response_",
"affiliations": "@psrenergy and USRA",
"labels": [
"algorithms"
],
"created_at": 1673642669.650459,
"updated_at": 1673642669.650464,
"tests_results": [],
"styles_results": [],
"coverages_results": [],
"tier": "Community",
"configuration": null,
"skip_tests": true,
"historical_test_results": [],
"stars": null
}
},
"Extensions": {
Expand Down