Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 923 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 923 Bytes

Optimal Location for Surface sensors in 3D geometries

arXiv

Setup

Create a virtual enviorment and install the required packages using the following commands:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Note that the requirements.txt contain the cuda12 version of JAX.

Run

To run the code, use the following command:

python cramer.py

and to visualize the results, use the following command:

python visual.py

License

MIT License