Skip to content

Commit da5aaa4

Browse files
authored
Update README.md
1 parent 3da7780 commit da5aaa4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ The [`QuantumEpanetSimulator`](https://github.com/QuantumApplicationLab/wntr-qua
1717
- QUBO Linear Solver ([QUBOLS](https://github.com/QuantumApplicationLab/wntr-quantum/blob/main/docs/notebooks/linear_solver/qubols_solver.ipynb)) : Quantum Annealing solution. See example for [Net0](https://github.com/QuantumApplicationLab/wntr-quantum/blob/main/docs/notebooks/newton_raphson_Net0/qnr_qubols.ipynb) and on [Net2loops](https://github.com/QuantumApplicationLab/wntr-quantum/blob/main/docs/notebooks/newton_raphson_Net2Loops/qnr_qubols.ipynb)
1818

1919
### 2. Quantum Hydraulics Simulations
20-
The [`FullQuboPolynomialSimulator`](https://github.com/QuantumApplicationLab/wntr-quantum/blob/0ca53baa9d3a0b4ccb27d5232a32c5f8161e15b6/wntr_quantum/sim/core_qubo.py#L14C7-L14C34) recast the hydraulics equation as a Quadratic Unconstrained Binary Optimization (QUBO) problem, that can be solved using quantum annealers.
20+
The [`FullQuboPolynomialSimulator`](https://github.com/QuantumApplicationLab/wntr-quantum/blob/3da7780938818601971ca8f38e4443e9aa3bbaf0/wntr_quantum/sim/core_qubo.py#L14)
21+
recast the hydraulics equation as a Quadratic Unconstrained Binary Optimization (QUBO) problem, that can be solved using quantum annealers. An example of use on `Net0`can be found [here](https://github.com/QuantumApplicationLab/wntr-quantum/blob/main/docs/notebooks/qubo_polynomial_solver/Net0.ipynb)
2122

2223
### 3. Quantum Optimization of Water Networks
23-
The [`QUBODesignPipeDiameter`](https://github.com/QuantumApplicationLab/wntr-quantum/blob/0ca53baa9d3a0b4ccb27d5232a32c5f8161e15b6/wntr_quantum/design/qubo_pipe_diam.py#L32C7-L32C29) recast the hydraulics equation and the pipe-diameter optimization as a Quadratic Unconstrained Binary Optimization problem, that can be solved using quantum annealers.
24+
The [`QUBODesignPipeDiameter`](https://github.com/QuantumApplicationLab/wntr-quantum/blob/3da7780938818601971ca8f38e4443e9aa3bbaf0/wntr_quantum/design/qubo_pipe_diam.py#L32) recast the hydraulics equation and the pipe-diameter optimization as a Quadratic Unconstrained Binary Optimization problem, that can be solved using quantum annealers. An example of use on `Net0`can be found [here](https://github.com/QuantumApplicationLab/wntr-quantum/blob/main/docs/notebooks/pipe_diameter_optimization/design_pipe_diameter.ipynb)
2425

2526

2627
## Installation

0 commit comments

Comments
 (0)