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
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -519,6 +519,27 @@ guide in the documentation. For community and contributing overview, see the
519
519
520
520
If PhysicsNeMo helped your research and you would like to cite it, please refer to the [guidelines](https://github.com/NVIDIA/physicsnemo/blob/main/CITATION.cff).
521
521
522
+
If your work uses the domain parallelism components in PhysicsNeMo (e.g. `ShardTensor`),
523
+
please consider citing:
524
+
525
+
```bibtex
526
+
@misc{pnm2026shardtensor,
527
+
title={ShardTensor: Domain Parallelism for Scientific Machine Learning},
528
+
author={Corey Adams
529
+
and Peter Harrington
530
+
and Akshay Subramaniam
531
+
and Mohammad Shoaib Abbas
532
+
and Jaideep Pathak
533
+
and Mike Pritchard
534
+
and Sanjay Choudhry},
535
+
year={2026},
536
+
eprint={2605.11111},
537
+
archivePrefix={arXiv},
538
+
primaryClass={cs.DC},
539
+
url={https://arxiv.org/abs/2605.11111},
540
+
}
541
+
```
542
+
522
543
## Communication
523
544
524
545
- GitHub Discussions: Discuss new architectures, implementations, Physics-ML research, etc.
0 commit comments