Giovanni Canali
|
87c5c6a674
|
pass method argument to fast laplacian (#648)
|
2025-09-18 13:07:49 +02:00 |
|
Dario Coscia
|
7bf7d34d0f
|
Dev Update (#582)
* Fix adaptive refinement (#571)
---------
Co-authored-by: Dario Coscia <93731561+dario-coscia@users.noreply.github.com>
* Remove collector
* Fixes
* Fixes
* rm unnecessary comment
* fix advection (#581)
* Fix tutorial .html link (#580)
* fix problem data collection for v0.1 (#584)
* Message Passing Module (#516)
* add deep tensor network block
* add interaction network block
* add radial field network block
* add schnet block
* add equivariant network block
* fix + tests + doc files
* fix egnn + equivariance/invariance tests
Co-authored-by: Dario Coscia <dariocos99@gmail.com>
---------
Co-authored-by: giovanni <giovanni.canali98@yahoo.it>
Co-authored-by: AleDinve <giuseppealessio.d@student.unisi.it>
* add type checker (#527)
---------
Co-authored-by: Filippo Olivo <filippo@filippoolivo.com>
Co-authored-by: Giovanni Canali <115086358+GiovanniCanali@users.noreply.github.com>
Co-authored-by: giovanni <giovanni.canali98@yahoo.it>
Co-authored-by: AleDinve <giuseppealessio.d@student.unisi.it>
|
2025-06-13 17:34:37 +02:00 |
|
Giovanni Canali
|
485c8dd789
|
Improve differential operators (#528)
* Improve grad logic and fix issues
* Add operators' fast versions
* Fix bug in laplacian + new tests + restructuring
Co-authored-by: Dario Coscia <dariocos99@gmail.com>
* fix advection bug
---------
Co-authored-by: Dario Coscia <dariocos99@gmail.com>
|
2025-04-23 18:53:30 +02:00 |
|
Giovanni Canali
|
b958c0f5db
|
fix labels management in operators (#524)
* fix bug in laplace labels
* fix label management and add test
|
2025-03-26 16:49:18 +01:00 |
|
giovanni
|
27857f454f
|
fix operator doc
|
2025-03-19 17:48:26 +01:00 |
|
Filippo Olivo
|
4177bfbb50
|
Fix Codacy Warnings (#477)
---------
Co-authored-by: Dario Coscia <dariocos99@gmail.com>
|
2025-03-19 17:48:18 +01:00 |
|
Dario Coscia
|
42ab1a666b
|
Formatting
* Adding black as dev dependency
* Formatting pina code
* Formatting tests
|
2025-03-19 17:46:36 +01:00 |
|
Dario Coscia
|
df673cad4e
|
Renaming
* solvers -> solver
* adaptive_functions -> adaptive_function
* callbacks -> callback
* operators -> operator
* pinns -> physics_informed_solver
* layers -> block
|
2025-03-19 17:46:36 +01:00 |
|