Skip to content

Commit 1663aa0

Browse files
authored
Add a bibtex entry for ExaModelsPower.jl (#33)
1 parent 252b93e commit 1663aa0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,15 @@ end
134134
model, vars, cons = mpopf_model("pglib_opf_case3_lmbd.m", curve; user_callback = add_electrolyzers) # user_callback function added after initial mpopf model is constructed
135135
```
136136

137+
## Citing ExaModelsPower.jl
137138

139+
If you use ExaModelsPower.jl in your research, we would greatly appreciate your citing it.
140+
141+
```bibtex
142+
@misc{ExaModelsPower-2025,
143+
title = {{ExaModelsPower.jl: A GPU-Compatible Modeling Library for Nonlinear Power System Optimization}},
144+
author = {Sanjay Johnson and Dirk Lauinger and Sungho Shin and François Pacaud},
145+
year = {2025},
146+
url = {https://arxiv.org/abs/2510.12897},
147+
}
148+
```

0 commit comments

Comments
 (0)