fhenneke / exciting

Exciting code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                     +-----------------------------------+
                     |     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
	

About

Exciting code

License:GNU General Public License v2.0


Languages

Language:Fortran 92.1%Language:C 2.8%Language:Makefile 1.2%Language:Shell 1.1%Language:XSLT 0.9%Language:Perl 0.8%Language:Forth 0.8%Language:Tcl 0.1%Language:M4 0.1%Language:Perl 6 0.0%Language:Python 0.0%Language:C++ 0.0%Language:Mathematica 0.0%Language:SourcePawn 0.0%Language:PHP 0.0%Language:Pawn 0.0%Language:QMake 0.0%Language:HTML 0.0%