quantum-solver


Namequantum-solver JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/alu0101119137/quantum-solver.git
SummaryA little quantum toolset developed using Qiskit
upload_time2023-01-13 13:34:18
maintainer
docs_urlNone
authorAndrea Hernández
requires_python>=3.8.10
licenseMIT License
keywords quantum solver using qiskit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # QuantumSolver

<div align="center">
  <a href="https://github.com/alu0101238944/quantum-solver">
    <img src="https://github.com/alu0101238944/quantum-solver/blob/main/images/logo192.png?raw=true" alt="Quantum Solver Logo" class="center">
  </a>

  <h3 align="center">QuantumSolver</h3>

  <p align="center">
    A little quantum toolset developed using <a href="https://qiskit.org/">Qiskit</a>
    <br />
    <a href="https://alu0101238944.github.io/quantum-solver/"><strong>Explore the docs »</strong></a>
    <br />
    </p>
</div>

<!-- omit in toc -->
## Table of Contents
- [QuantumSolver](#quantumsolver)
  - [Getting started](#getting-started)
    - [Warning](#warning)
    - [Download and install](#download-and-install)
    - [Command Line Interface](#command-line-interface)
      - [QuantumSolver](#quantumsolver-1)
      - [BB84](#bb84)
    - [Web Interface](#web-interface)
      - [Backend](#backend)
      - [Frontend](#frontend)
      - [Screenshots](#screenshots)
  - [Documentation](#documentation)

## Getting started

### Warning

The toolset uses your personal IBM Quantum Experience token to access to the IBM hardware. You can access to your API token or generate another one [here](https://quantum-computing.ibm.com/account).

You can also use the Guest Mode which only allows you to run quantum circuits in a local simulator ("aer_simulator").

### Download and install

```bash
git clone https://github.com/alu0101238944/quantum-solver.git
cd quantum-solver
pip3 install -e .
```

### Command Line Interface

#### QuantumSolver

```
python3 src/main_quantum_solver.py [optional IBMQ_TOKEN]
```

#### BB84

```
python3 src/main_bb84.py [optional IBMQ_TOKEN]
```

### Web Interface

#### Backend

```
cd quantum_solver_web
python3 src/flask-server/server.py
```

#### Frontend

```
cd quantum_solver_web
npm i
npm start
```

#### Screenshots

<!-- omit in toc -->
##### Home Page
<div align="center">
  <img src="https://github.com/alu0101238944/quantum-solver/blob/main/images/web-interface/home_web.png?raw=true" alt="Home Page" class="center">
</div>

<!-- omit in toc -->
##### Token Page
<div align="center">
  <img src="https://github.com/alu0101238944/quantum-solver/blob/main/images/web-interface/token_web.png?raw=true" alt="Token Page" class="center">
</div>

<!-- omit in toc -->
##### Main Menu Page
<div align="center">
  <img src="https://github.com/alu0101238944/quantum-solver/blob/main/images/web-interface/main_menu_web.png?raw=true" alt="Main Menu Page" class="center">
</div>

<!-- omit in toc -->
##### Run Page
<div align="center">
  <img src="https://github.com/alu0101238944/quantum-solver/blob/main/images/web-interface/run_web.png?raw=true" alt="Run Page" class="center">
</div>

<!-- omit in toc -->
##### Run Experimental Mode Page
<div align="center">
  <img src="https://github.com/alu0101238944/quantum-solver/blob/main/images/web-interface/run_experimental_mode_web.png?raw=true" alt="Run Experimental Mode Page" class="center">
</div>

## Documentation

QuantumSolver documentation is available at [https://alu0101238944.github.io/quantum-solver/](https://alu0101238944.github.io/quantum-solver/).
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/alu0101119137/quantum-solver.git",
    "name": "quantum-solver",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.10",
    "maintainer_email": "",
    "keywords": "quantum solver using Qiskit",
    "author": "Andrea Hern\u00e1ndez",
    "author_email": "alu0101119137@ull.edu.es",
    "download_url": "https://files.pythonhosted.org/packages/23/9e/89b109015ee70bdff466c33ab5f28860d77d916fd23f33b93712f32fbf0c/quantum-solver-1.0.0.tar.gz",
    "platform": null,
    "description": "# QuantumSolver\n\n<div align=\"center\">\n  <a href=\"https://github.com/alu0101238944/quantum-solver\">\n    <img src=\"https://github.com/alu0101238944/quantum-solver/blob/main/images/logo192.png?raw=true\" alt=\"Quantum Solver Logo\" class=\"center\">\n  </a>\n\n  <h3 align=\"center\">QuantumSolver</h3>\n\n  <p align=\"center\">\n    A little quantum toolset developed using <a href=\"https://qiskit.org/\">Qiskit</a>\n    <br />\n    <a href=\"https://alu0101238944.github.io/quantum-solver/\"><strong>Explore the docs \u00bb</strong></a>\n    <br />\n    </p>\n</div>\n\n<!-- omit in toc -->\n## Table of Contents\n- [QuantumSolver](#quantumsolver)\n  - [Getting started](#getting-started)\n    - [Warning](#warning)\n    - [Download and install](#download-and-install)\n    - [Command Line Interface](#command-line-interface)\n      - [QuantumSolver](#quantumsolver-1)\n      - [BB84](#bb84)\n    - [Web Interface](#web-interface)\n      - [Backend](#backend)\n      - [Frontend](#frontend)\n      - [Screenshots](#screenshots)\n  - [Documentation](#documentation)\n\n## Getting started\n\n### Warning\n\nThe toolset uses your personal IBM Quantum Experience token to access to the IBM hardware. You can access to your API token or generate another one [here](https://quantum-computing.ibm.com/account).\n\nYou can also use the Guest Mode which only allows you to run quantum circuits in a local simulator (\"aer_simulator\").\n\n### Download and install\n\n```bash\ngit clone https://github.com/alu0101238944/quantum-solver.git\ncd quantum-solver\npip3 install -e .\n```\n\n### Command Line Interface\n\n#### QuantumSolver\n\n```\npython3 src/main_quantum_solver.py [optional IBMQ_TOKEN]\n```\n\n#### BB84\n\n```\npython3 src/main_bb84.py [optional IBMQ_TOKEN]\n```\n\n### Web Interface\n\n#### Backend\n\n```\ncd quantum_solver_web\npython3 src/flask-server/server.py\n```\n\n#### Frontend\n\n```\ncd quantum_solver_web\nnpm i\nnpm start\n```\n\n#### Screenshots\n\n<!-- omit in toc -->\n##### Home Page\n<div align=\"center\">\n  <img src=\"https://github.com/alu0101238944/quantum-solver/blob/main/images/web-interface/home_web.png?raw=true\" alt=\"Home Page\" class=\"center\">\n</div>\n\n<!-- omit in toc -->\n##### Token Page\n<div align=\"center\">\n  <img src=\"https://github.com/alu0101238944/quantum-solver/blob/main/images/web-interface/token_web.png?raw=true\" alt=\"Token Page\" class=\"center\">\n</div>\n\n<!-- omit in toc -->\n##### Main Menu Page\n<div align=\"center\">\n  <img src=\"https://github.com/alu0101238944/quantum-solver/blob/main/images/web-interface/main_menu_web.png?raw=true\" alt=\"Main Menu Page\" class=\"center\">\n</div>\n\n<!-- omit in toc -->\n##### Run Page\n<div align=\"center\">\n  <img src=\"https://github.com/alu0101238944/quantum-solver/blob/main/images/web-interface/run_web.png?raw=true\" alt=\"Run Page\" class=\"center\">\n</div>\n\n<!-- omit in toc -->\n##### Run Experimental Mode Page\n<div align=\"center\">\n  <img src=\"https://github.com/alu0101238944/quantum-solver/blob/main/images/web-interface/run_experimental_mode_web.png?raw=true\" alt=\"Run Experimental Mode Page\" class=\"center\">\n</div>\n\n## Documentation\n\nQuantumSolver documentation is available at [https://alu0101238944.github.io/quantum-solver/](https://alu0101238944.github.io/quantum-solver/).",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A little quantum toolset developed using Qiskit",
    "version": "1.0.0",
    "split_keywords": [
        "quantum",
        "solver",
        "using",
        "qiskit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "239e89b109015ee70bdff466c33ab5f28860d77d916fd23f33b93712f32fbf0c",
                "md5": "695393b3a2431f5b734a27ab7ba282a5",
                "sha256": "adc6552740f0b155f774ddd088de5d7f3993c4ab773c7b36c297e649b2921825"
            },
            "downloads": -1,
            "filename": "quantum-solver-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "695393b3a2431f5b734a27ab7ba282a5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.10",
            "size": 4917,
            "upload_time": "2023-01-13T13:34:18",
            "upload_time_iso_8601": "2023-01-13T13:34:18.278219Z",
            "url": "https://files.pythonhosted.org/packages/23/9e/89b109015ee70bdff466c33ab5f28860d77d916fd23f33b93712f32fbf0c/quantum-solver-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-13 13:34:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "alu0101119137",
    "github_project": "quantum-solver.git",
    "lcname": "quantum-solver"
}
        
Elapsed time: 0.02743s