boschresearch / torchphysics

https://boschresearch.github.io/torchphysics/
Apache License 2.0
389 stars 41 forks source link

Major restructuring of the library and the data generation process #2

Closed nheilenkoetter closed 2 years ago

nheilenkoetter commented 2 years ago

The structure of the library was completely reworked to guarantee more flexibility and expandability. E.g. time-(or parameter-)dependent domains are now possible via lambda functions and we introduce the concept of DataSamplers for given domains. For more details, see tutorial section.

Signed-off-by: nick7 nick7@uni-bremen.de

DKreuter commented 2 years ago

Thanks Nick, looks promising