Metadata-Version: 2.1
Name: deeponets
Version: 0.1.0
Summary: 
Author: Shao-Ting Chiu
Author-email: stchiu@email.tamu.edu
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: torch (>=2.7.1,<3.0.0)
Description-Content-Type: text/markdown

# deeponets: A collection of Deep Operator Networks (DeepONets) in PyTorch


## Overview 

This repository provides a collection of Deep Operator Networks (DeepONets) implemented in PyTorch.

## Installation 

Installation 
---

1. Clone the repository:
   ```bash
   git clone https://github.com/stevengogogo/sparse-RBF-KAN.git
   ```
2. Install Poetry for package management if you haven't already:
   ```bash
   pip install poetry
   ```
3. Install the dependencies:
   ```bash
   poetry install
   ```


## Example

- [Antiderivative with NOMAD DeepONet](exps/antiderivative.py.ipynb)
