Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
f3530b6
feat: consolidated radiation transport surrogate model training/eval …
melo-gonzo Apr 30, 2026
5b7f762
feat: update eval plots
May 4, 2026
fffa6d1
feat: update checkpointing logic
May 4, 2026
9b17987
feat: checkpointing updates
May 4, 2026
10fd663
feat: checkpointing updates
May 4, 2026
3ddd5d7
feat: checkpoint updates
May 4, 2026
ba96ada
feat: checkpoint logic
May 4, 2026
d16a857
feat: skip logging nan/inf checkpoints
May 4, 2026
92ee232
feat: requiring split file
May 4, 2026
055b80b
feat: default to top_model for inference
May 4, 2026
4a86307
fix: eval sampler removing duplicates
May 4, 2026
e8ec47f
fix: strict checking for physics loss required keys
May 4, 2026
f9910d6
fix: validatio metric accregation and checkpointing updates
May 4, 2026
e26e68e
fix: explicit padding to flux
May 4, 2026
01b41d7
feat: cleaning time dependent training references
May 4, 2026
5d297ca
docs: update readme
May 4, 2026
c32817d
feat: purging some unused code
May 4, 2026
ef624d7
feat: purging unused code
melo-gonzo May 4, 2026
63264c8
feat: purging unused code
melo-gonzo May 4, 2026
619ea5b
feat: some more refactoring and purging
melo-gonzo May 4, 2026
8a1f112
feat: some more refactoring and purging
melo-gonzo May 5, 2026
7e6661e
feat: a few fixes and cleaning up nits
melo-gonzo May 5, 2026
1d7d3a1
fix: forcing single process inference
May 5, 2026
1935ba8
fix: pre-commit
melo-gonzo May 5, 2026
c35d974
refactor: porting to pmsh
melo-gonzo May 5, 2026
efb7126
docs: refresh readme
melo-gonzo May 5, 2026
42b7ebb
refactor: read geometry info from sidecar json
melo-gonzo May 5, 2026
1c8911b
fix: rename zarr to mesh
melo-gonzo May 5, 2026
5309800
fix: inference flux stats required or infered from hydra
melo-gonzo May 5, 2026
b0ebc59
fix: purging zarr refs, update some npy->torch, remove legacy comments
melo-gonzo May 6, 2026
1d4fab4
fix: cleaning some old comments, imports
melo-gonzo May 6, 2026
6f0cea5
refactor: use only one metric for checkpointing
melo-gonzo May 12, 2026
e194e63
refactor: clearing out stale code, comments, and duplicate caching
melo-gonzo May 12, 2026
86c6efc
refactor: inference script cleanup - moving plotting to standalone fi…
melo-gonzo May 12, 2026
32471d4
refactor: cleaning out stale transforms code and consolidating upstre…
melo-gonzo May 12, 2026
adfe2b9
refactor: consolidating loss calculations, pinning one scheduler, rem…
melo-gonzo May 12, 2026
0832765
refactor: consolidating train/trainer logic
melo-gonzo May 12, 2026
b357d90
refactor: cleaning out stale transforms code, adding materials utils
melo-gonzo May 12, 2026
f2f5ac8
fix: purging some excessive comments
melo-gonzo May 12, 2026
93e13a6
refactor: delete material file
melo-gonzo May 12, 2026
42dd825
refactor: updating configs per refactors
melo-gonzo May 12, 2026
c220502
feat: adding eval metrics file
melo-gonzo May 12, 2026
bc9b60e
feat: adding qoi file
melo-gonzo May 12, 2026
8b997d1
feat: add visualizations file
melo-gonzo May 12, 2026
11f2efd
fix: path update
melo-gonzo May 12, 2026
234d2c2
fix: rename steady state to final time
melo-gonzo May 12, 2026
487394b
docs: update readme QoI
melo-gonzo May 12, 2026
d13b8f2
fix: update example location
melo-gonzo May 12, 2026
dde6535
docs: update readem
melo-gonzo May 13, 2026
9cf3497
docs: update changelog with RTE example
melo-gonzo May 14, 2026
0382855
fix: removing unused args
melo-gonzo May 14, 2026
63edc36
docs: add split file to args for training
melo-gonzo May 14, 2026
9d509f1
fix: dropping torch.backends.cudnn.benchmark = True
melo-gonzo May 14, 2026
a164911
fix: move grad norm to configurable arg
melo-gonzo May 14, 2026
ca45499
docs: add note for grad norm
melo-gonzo May 14, 2026
e0b2077
fix: updating the parse_amp fn
melo-gonzo May 14, 2026
24bef6b
fix: val loss tracking metadata bug
melo-gonzo May 14, 2026
a9d0e62
fix: update data dims based on final dataset version
melo-gonzo May 15, 2026
0f0e662
docs: adding dataset link
melo-gonzo May 15, 2026
d2c91a8
fix: dist training logging bug
melo-gonzo May 18, 2026
683396d
fix: make muon default
melo-gonzo May 18, 2026
fc04d0e
feat: update dataset to work with updated pmsh
melo-gonzo May 19, 2026
bb5d5d8
fix: update comment about physics objective definition
melo-gonzo May 21, 2026
5bbd56e
docs: update readme, mesh store description updates
melo-gonzo May 21, 2026
73c6514
docs: adding RTE images
melo-gonzo May 21, 2026
23c889e
fix: hohlraum parameter wiring, updated to eliminate dependence on pr…
May 21, 2026
6b4cf18
Merge remote-tracking branch 'upstream/main' into radiation-transport…
May 21, 2026
084d54b
fix: norm computation fix
May 21, 2026
8c9c3e4
fix: deterministic loading of samples from file lists
melo-gonzo May 22, 2026
cbb1ddc
Merge branch 'main' into radiation-transport-example
melo-gonzo May 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Adds radiation transport example (`examples/nuclear_engineering/radiation_transport`)
- Adds xDeepONet to experimental models
(`physicsnemo.experimental.models.xdeeponet.DeepONet`). A single
dimension-generic (2D/3D) DeepONet that accepts a spatial or MLP branch,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading