Skip to content

Commit d32801f

Browse files
authored
Update README.md
1 parent d589b90 commit d32801f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ PDESolvers/
4242
│ ├── gpu/ # CUDA kernels and GPU logic
4343
│ ├── tests/ # Tests for GPU and C++ logic
4444
```
45+
> 📝 **Note:** The Python and C++/CUDA libraries are currently developed as separate components and are not integrated. The Python library can be used independently via PyPI, while the GPU-accelerated solvers are available as a standalone C++/CUDA project.
4546
4647
## 📊 Export Options
4748
Use **_export=True_** flags in plotting functions or benchmarking methods to export:
@@ -155,9 +156,6 @@ pricing_2.plot_convergence_analysis(bs_price, num_simulations_list=num_simulatio
155156
## 🧠 Limitations
156157
- The package currently supports only one-dimensional PDEs.
157158
- Currently limited to vanilla European options.
158-
- GPU acceleration only implemented for finite difference methods.
159-
160-
> 📝 **Note:** The Python and C++/CUDA libraries are currently developed as separate components and are not integrated. The Python library can be used independently via PyPI, while the GPU-accelerated solvers are available as a standalone C++/CUDA project.
161159

162160
## 🔒 License
163-
This project is licensed under the Apache License 2.0. See the [LICENSE](./LICENSE.md) file for details.
161+
This project is licensed under the Apache License 2.0. See the [LICENSE](./LICENSE.md) file for details.

0 commit comments

Comments
 (0)