Skip to content

Commit 0419a66

Browse files
authored
Merge pull request brucefan1983#1350 from BBBuZHIDAO/update_ref
Update reference
2 parents a1b72e8 + dda284d commit 0419a66

6 files changed

Lines changed: 24 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ There is a standalone C++ implementation of the neuroevolution potential (NEP) i
7474
| [Ying2025] | PIMD/TRPMD (path-integral molecular dynamics/thermostatted ring-polymer molecular dynamics) |
7575
| [Pan2024] | NEMD and NPHug shock methods |
7676
| [Jiang2025] | SW + ILP (hybrid Stillinger-Weber potential with anisotropic interlayer potential) |
77-
| [Bu2025] | NEP + ILP (hybrid NEP with anisotropic interlayer potential) |
7877
| [Liang2025] | NEP89 (Universal neuroevolution potential for inorganic and organic materials across 89 elements) |
7978
| [Huang2026] | GNEP: An alternative training scheme for NEP models |
8079
| [Fan2026] | qNEP: NEP with dynamic charge (q) |
80+
| [Bu2026] | NEP + ILP (hybrid NEP with anisotropic interlayer potential) |
8181

8282
## References
8383

@@ -140,12 +140,11 @@ Phys. Rev. B **110**, 224101 (2024).
140140
[Jiang2025] Wenwu Jiang, Ting Liang, Hekai Bu, Jianbin Xu, and Wengen Ouyang, [Moiré-driven interfacial thermal transport in twisted transition metal dichalcogenides](https://doi.org/10.1021/acsnano.4c12148),
141141
ACS Nano **19**, 16287 (2025).
142142

143-
[Bu2025] Hekai Bu, Wenwu Jiang, Penghua Ying, Ting Liang, Zheyong Fan, and Wengen Ouyang, [Accurate modeling of LEGO-like vdW heterostructures: Integrating machine learned with anisotropic interlayer potentials](https://arxiv.org/abs/2504.12985),
144-
arXiv:2504.12985 [physics.comp-ph].
145-
146143
[Liang2025] Ting Liang, Ke Xu, Eric Lindgren, Zherui Chen, Rui Zhao, Jiahui Liu, Esmée Berger, Benrui Tang, Bohan Zhang, Yanzhou Wang, Keke Song, Penghua Ying, Nan Xu, Haikuan Dong, Shunda Chen, Paul Erhart, Zheyong Fan, Tapio Ala-Nissila, Jianbin Xu, [NEP89: Universal neuroevolution potential for inorganic and organic materials across 89 elements](https://arxiv.org/abs/2504.21286), arXiv:2504.21286 [cond-mat.mtrl-sci].
147144

148145
[Huang2026] Hongfu Huang, Junhao Peng, Kaiqi Li, Jian Zhou, Zhimei Sun, [Efficient GPU-accelerated training of a neuroevolution potential with analytical gradients](https://doi.org/10.1016/j.cpc.2025.109994),
149146
Computer Physics Communications **320**, 109994 (2026).
150147

151-
[Fan2026] Zheyong Fan, Benrui Tang, Esmée Berger, Ethan Berger, Erik Fransson, Ke Xu, Zihan Yan, Zhoulin Liu, Zichen Song, Haikuan Dong, Shunda Chen, Lei Li, Ziliang Wang, Yizhou Zhu, Julia Wiktor, Paul Erhart [qNEP: A highly efficient neuroevolution potential with dynamic charges for large-scale atomistic simulations](https://arxiv.org/abs/2601.19034), arXiv:2601.19034 [physics.comp-ph].
148+
[Fan2026] Zheyong Fan, Benrui Tang, Esmée Berger, Ethan Berger, Erik Fransson, Ke Xu, Zihan Yan, Zhoulin Liu, Zichen Song, Haikuan Dong, Shunda Chen, Lei Li, Ziliang Wang, Yizhou Zhu, Julia Wiktor, Paul Erhart [qNEP: A highly efficient neuroevolution potential with dynamic charges for large-scale atomistic simulations](https://arxiv.org/abs/2601.19034), arXiv:2601.19034 [physics.comp-ph].
149+
150+
[Bu2026] Hekai Bu, Wenwu Jiang, Penghua Ying, Ting Liang, Zheyong Fan, and Wengen Ouyang, [Modular hybrid machine learning and physics-based potentials for scalable modeling of Van der Waals heterostructures](https://doi.org/10.1016/j.jmps.2026.106540), J. Mech. Phys. Solids **210**, 106540 (2026).

doc/bibliography.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,14 @@ Bibliography
352352
| The Journal of chemical physics, 138(4), (2013).
353353
| DOI: `10.1063/1.4774084 <https://doi.org/10.1063/1.4774084>`_
354354
355-
.. [Bu2025]
355+
.. [Jiang2025]
356+
| Wenwu Jiang, Ting Liang, Hekai Bu, Jianbin Xu, and Wengen Ouyang
357+
| *Moiré-driven interfacial thermal transport in twisted transition metal dichalcogenides*
358+
| ACS Nano **19**, 16287 (2025)
359+
| DOI: `10.1021/acsnano.4c12148 <https://doi.org/10.1021/acsnano.4c12148>`_
360+
361+
.. [Bu2026]
356362
| Hekai Bu, Wenwu Jiang, Penghua Ying, Ting Liang, Zheyong Fan, and Wengen Ouyang
357-
| *Accurate modeling of LEGO-like vdW heterostructures: integrating machine learned with anisotropic interlayer potentials*
358-
| arXiv, 2504, 12985 (2025)
359-
| DOI: `10.48550/arXiv.2504.12985 <https://doi.org/10.48550/arXiv.2504.12985>`_
363+
| *Modular hybrid machine learning and physics-based potentials for scalable modeling of Van der Waals heterostructures*
364+
| J. Mech. Phys. Solids **210**, 106540 (2026)
365+
| DOI: `10.1016/j.jmps.2026.106540 <https://doi.org/10.1016/j.jmps.2026.106540>`_

doc/potentials/nep_ilp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Hybrid NEP+ILP potential
66
========================
77

8-
The hybrid :term:`NEP` + :term:`ILP` potential [Bu2025]_ in :program:`GPUMD` combines the neuroevolution potential
8+
The hybrid :term:`NEP` + :term:`ILP` potential [Bu2026]_ in :program:`GPUMD` combines the neuroevolution potential
99
(:term:`NEP`), [Fan2022b]_ (NEP3), and [Song2024]_ (NEP4), for intralyer
1010
interactions and the interlayer potential (:term:`ILP`) [Ouyang2018]_ [Ouyang2020]_
1111
for interlayer interactions to simulate van der Waals materials.

doc/potentials/sw_ilp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Hybrid SW+ILP potential
66
========================
77

8-
The hybrid :term:`SW` + :term:`ILP` potential in :program:`GPUMD` combines
8+
The hybrid :term:`SW` + :term:`ILP` potential [Jiang2025]_ in :program:`GPUMD` combines
99
the Stillinger-Weber potential (:term:`SW`) [Stillinger1985]_ for intralyer
1010
interactions and the interlayer potential (:term:`ILP`) [Ouyang2018]_ [Ouyang2020]_
1111
for interlayer interactions to simulate homostructures based on

src/force/ilp_nep.cu

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
The class dealing with the interlayer potential(ILP) and neuroevolution
1818
potential(NEP).
1919
20+
Ref: Hekai Bu, Wenwu Jiang, Penghua Ying, Ting Liang, Zheyong Fan, and
21+
Wengen Ouyang, Modular hybrid machine learning and physics-based potentials
22+
for scalable modeling of Van der Waals heterostructures,
23+
J. Mech. Phys. Solids 210, 106540 (2026).
24+
2025
Implemented by: Hekai Bu (Wuhan University), hekai_bu@whu.edu.cn
2126
------------------------------------------------------------------------------*/
2227

src/force/ilp_tmd_sw.cu

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
/*----------------------------------------------------------------------------80
1717
The class dealing with the interlayer potential(ILP) and SW.
1818
19+
Ref: Wenwu Jiang, Ting Liang, Hekai Bu, Jianbin Xu, and Wengen Ouyang,
20+
Moiré-driven interfacial thermal transport in twisted transition metal dichalcogenides, ACS Nano 19, 16287 (2025).
21+
1922
Implemented by: Hekai Bu (Wuhan University), hekai_bu@whu.edu.cn
2023
------------------------------------------------------------------------------*/
2124

0 commit comments

Comments
 (0)