Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tfslabs/ibm-q-labs
IBM-Q Softwares for IBM Quantum Lab, a part of IBM Quantum Learning Center
https://github.com/tfslabs/ibm-q-labs
ibm-q ibm-q-labs ibm-quantum-experience
Last synced: 8 days ago
JSON representation
IBM-Q Softwares for IBM Quantum Lab, a part of IBM Quantum Learning Center
- Host: GitHub
- URL: https://github.com/tfslabs/ibm-q-labs
- Owner: tfslabs
- License: bsd-3-clause
- Created: 2024-07-12T08:17:13.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-15T03:19:19.000Z (4 months ago)
- Last Synced: 2024-07-15T09:02:02.678Z (4 months ago)
- Topics: ibm-q, ibm-q-labs, ibm-quantum-experience
- Language: JavaScript
- Homepage: https://quantum-computing.ibm.com/lab
- Size: 2.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# IBM-Q Software
IBM-Q Software is for IBM Quantum Lab, a part of the IBM Quantum Learning Center
Copyright (C) 2023 IBM
![image](https://github.com/shiroinekotfs/IBM-Q-Software/assets/115929530/48a96d1d-8f17-4b26-8678-0d66bd4341e0)
## Note
To use the IBM-Q Lab normally with Qiskit (0.38.0) and later, please install these PyPI packages before
```
pip3 install matplotlib pylatexenc seaborn
```## Run the Docker Image
For Linux container, using this command to run Jupyter Lab
```cmd
docker run -p 8888:8888 shiroinekotfs/ibm-q-lab:latest
```