Code for "PINNs with Learnable Quadrature" NeurIPS25
# Clone the repository
git clone https://github.com/vsingh-group/learn-quad.git
cd learn-quad
# Install dependencies
pip install -r req.txtThe main dependencies include:
- JAX
- NumPy
- SciPy
- Matplotlib (for visualization)
For questions or issues, please:
- Open an issue on GitHub
- Contact: Sourav Pal (spal9@wisc.edu)