|
1 | 1 | /* |
2 | | - MDI - MolSSI Driver Interface |
3 | | - https://molssi.org/, Molecular Sciences Software Institute |
4 | | -
|
5 | | - This file is a simplified stub header providing MDI API declarations |
6 | | - for compilation when the full MDI library is not available. |
7 | | - |
8 | | - This stub is derived from the original MDI library header: |
9 | | - https://github.com/MolSSI-MDI/MDI_Library |
10 | | - |
11 | | - Original MDI Library Copyright: |
12 | | - Copyright 2020 Taylor Barnes and contributors |
13 | | - BSD-3-Clause license |
14 | | - |
15 | | - This stub version contributed by: Jaafar Mehrez (2026) |
16 | | - Email: jaafarmehrez@sjtu.edu.cn, jaafar@hpqc.org |
| 2 | + Copyright 2017 Zheyong Fan and GPUMD development team |
| 3 | + This file is part of GPUMD. |
| 4 | + GPUMD is free software: you can redistribute it and/or modify |
| 5 | + it under the terms of the GNU General Public License as published by |
| 6 | + the Free Software Foundation, either version 3 of the License, or |
| 7 | + (at your option) any later version. |
| 8 | + GPUMD is distributed in the hope that it will be useful, |
| 9 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 11 | + GNU General Public License for more details. |
| 12 | + You should have received a copy of the GNU General Public License |
| 13 | + along with GPUMD. If not, see <http://www.gnu.org/licenses/>. |
| 14 | +
|
| 15 | + ----------------------------------------------------------------------------- |
| 16 | + This file is a simplified stub header providing MDI API declarations |
| 17 | + for compilation when the full MDI library is not available. |
| 18 | + |
| 19 | + Derived from the original MDI library header: |
| 20 | + https://github.com/MolSSI-MDI/MDI_Library |
| 21 | + |
| 22 | + Original MDI Library Copyright (BSD-3-Clause): |
| 23 | + Copyright 2020 Taylor Barnes and contributors |
| 24 | + |
| 25 | + Stub version contributed by: Jaafar Mehrez (Shanghai Jiao Tong University) |
| 26 | + Email: jaafarmehrez@sjtu.edu.cn, jaafar@hpqc.org |
| 27 | + ----------------------------------------------------------------------------- |
17 | 28 | */ |
18 | 29 |
|
19 | 30 | #ifndef MDI_LIBRARY |
|
0 commit comments