-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
64 lines (44 loc) · 2.34 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
+-----------------------------------+
| The EXCITING FP-LAPW Code |
+-----------------------------------+
Copyright (C) 2002-2013 The exciting Team.
This code is distributed under the terms of the GNU General Public License.
See the file COPYING for license details.
EXCITING is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
EXCITING is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with EXCITING; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Other Licenses
The code is packaged with libraries that are distributed under different
licenses then the GPL. They are:
FoX XML library (BSD like license)
http://www.uszla.me.uk/FoX/DoX/Licensing.html
BLAS LAPACK
http://www.netlib.org/lapack/LICENSE
ARPACK
http://www.caam.rice.edu/software/ARPACK/RiceBSD.txt#LICENSE
LIBXC (GPL 3.0)
http://www.tddft.org/programs/octopus/wiki/index.php/Libxc
Compile
The code can be compiled by running
make
in this directory. The first time this will start a setup script. After choosing the
platform you will be asked wether you want to build a k-point parallel version using
MPI and a version that uses multithreaded BLAS/LAPACK. Choose yes or no dependent on
if you have the required libraries installed on your system. You can manually edit
the make.inc in the build directory.
The auxiliary programs include "spacegroup" for producing crystal geometries
from spacegroup data, "species" for generating species files, and "eos" for
fitting equations of state to energy-volume data.
EXCITING is updated regularly with new features and bug fixes. This release may
be used for limited production but please check the consistency of the results
carefully.
--------------------------------------------------------------------------------
http://exciting-code.org