Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alihakimtaskiran committed Mar 15, 2024
1 parent 509facd commit f238b07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ DigitalSoul is a Python module designed to bridge the gap between classical, qua
* **Node-Based Computation:** Build computational graphs using nodes that represent operations (e.g., LogicalAnd, LogicalOr). Nodes manage input/output data through "Edges".
* **Multi-Backend Execution:** Execute computations using NumPy, Cupy (for GPU), TensorFlow, and internal quantum simulator
* **VHDL Transpilation:** Translate computational graphs into VHDL code, opening the door for hardware synthesis on FPGAs.
## Installation
```
pip install DigitalSoul
```

Also download `numpy`, `cupy` and `tensorflow` if you want to access richer executors

## Quick Example

```python
Expand Down

0 comments on commit f238b07

Please sign in to comment.