You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setup(
name="NeuralSolvers",
version="0.1.0",
author="Nico Hoffmann, Patrick Stiller, Maksim Zhdanov, Jeyhun Rustamov, Raj Dhansukhbhai Sutariya",
author_email="nico.hoffmann@saxony.ai",
description="A framework for solving partial differential equations (PDEs) and inverse problems using physics-informed neural networks (PINNs) at scale",