Skip to content

Commit ef46e0e

Browse files
authored
Merge pull request brucefan1983#719 from YouQixiaowu/master
Standardize copyright information & Code batch format script
2 parents 14779d9 + 6a410a6 commit ef46e0e

File tree

2 files changed

+5
-43
lines changed

2 files changed

+5
-43
lines changed

README.md

Lines changed: 4 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
# `GPUMD`
66

7+
Copyright (2017) Zheyong Fan.
8+
This is the GPUMD software package.
9+
This software is distributed under the GNU General Public License (GPL) version 3.
10+
711
## What is `GPUMD`?
812

913
* `GPUMD` stands for Graphics Processing Units Molecular Dynamics.
@@ -32,14 +36,6 @@
3236
* Latest released version: https://gpumd.org/
3337
* Development version: https://gpumd.org/dev/
3438

35-
## Mailing list:
36-
* You can use the following link to subscribe and unsubscribe the mailing list:
37-
https://www.freelists.org/list/gpumd
38-
39-
* To post a question, you can send an email to gpumd(at)freelists.org
40-
41-
* Here is the archive (public): https://www.freelists.org/archive/gpumd/
42-
4339
## Python packages related to GPUMD and/or NEP:
4440

4541
| Package | link | comment |
@@ -51,41 +47,6 @@ https://www.freelists.org/list/gpumd
5147
| `pynep` | https://github.com/bigd4/PyNEP | `PyNEP` is a python interface of the machine learning potential NEP used in GPUMD. |
5248
| `somd` | https://github.com/initqp/somd | `SOMD` is an ab-initio molecular dynamics (AIMD) package designed for the SIESTA DFT code. The SOMD code provides some common functionalities to perform standard Born-Oppenheimer molecular dynamics (BOMD) simulations, and contains a simple wrapper to the Neuroevolution Potential (NEP) package. The SOMD code may be used to automatically build NEPs by the mean of the active-learning methodology. |
5349

54-
55-
56-
## Authors:
57-
58-
* Before the first release, GPUMD was developed by Zheyong Fan, with help from Ville Vierimaa (Previously Aalto University) and Mikko Ervasti (Previously Aalto University) and supervision from Ari Harju (Previously Aalto University).
59-
* Below is the full list of contributors starting from the first release.
60-
61-
| Name | contact |
62-
| --------------------- | --------------------------------- |
63-
| Zheyong Fan | https://github.com/brucefan1983 |
64-
| Alexander J. Gabourie | https://github.com/AlexGabourie |
65-
| Ke Xu | https://github.com/Kick-H |
66-
| Ting Liang | https://github.com/Tingliangstu |
67-
| Jiahui Liu | https://github.com/Jonsnow-willow |
68-
| Penghua Ying | https://github.com/hityingph |
69-
| Real Name ? | https://github.com/Lazemare |
70-
| Jintu Zhang | https://github.com/initqp |
71-
| Yanzhou Wang | https://github.com/Yanzhou-Wang |
72-
| Rui Zhao | https://github.com/grtheaory |
73-
| Eric Lindgren | https://github.com/elindgren |
74-
| Junjie Wang | https://github.com/bigd4 |
75-
| Yong Wang | https://github.com/AmbroseWong |
76-
| Zhixin Liang | https://github.com/liangzhixin-202169 |
77-
| Paul Erhart | https://materialsmodeling.org/ |
78-
| Nan Xu | https://github.com/tamaswells |
79-
| Shunda Chen | https://github.com/shdchen |
80-
| Jiuyang Shi | https://github.com/XIX-YANG |
81-
| Nicklas Österbacka | https://github.com/NicklasOsterbacka |
82-
| Shuning Pan | https://github.com/psn417 |
83-
| Haikuan Dong | https://github.com/hailan2005 |
84-
| Zihan Yan | https://github.com/zhyan0603 |
85-
| Yongchao Wu | https://github.com/mushroomfire |
86-
| Yanlong Li | https://github.com/DragonPara |
87-
| Qi You | https://github.com/YouQixiaowu |
88-
8950
## Citations
9051

9152
| Reference | cite for what? |

src/apply_clang_format.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
find . -name "*.cpp" -o -name "*.hpp" -o -name "*.h" -o -name "*.cu" -o -name "*.cuh" | xargs "/C/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/Llvm/x64/bin/clang-format.exe" -i

0 commit comments

Comments
 (0)