source: pcp/src/wannier.h@ 519b83

Last change on this file since 519b83 was a0bcf1, checked in by Frederik Heber <heber@…>, 17 years ago

-initial commit
-Minimum set of files needed from ESPACK SVN repository
-Switch to three tantamount package parts instead of all relating to pcp (as at some time Ralf's might find inclusion as well)

  • Property mode set to 100644
File size: 541 bytes
Line 
1#ifndef WANNIER_H_
2#define WANNIER_H_
3
4/** \file wannier.h
5 * Header file for \ref wannier.c
6 *
7 * Contains declarations of functions which reside in \ref wannier.c
8 *
9 Project: ParallelCarParrinello
10 \author Frederik Heber
11 \date 2006
12
13 File: wannier.h
14 $Id: wannier.h,v 1.8 2007/02/05 14:00:58 foo Exp $
15*/
16
17#include <gsl/gsl_complex.h>
18
19void ComputeMLWF(struct Problem *P);
20int ParseWannierFile(struct Problem *P);
21double CalculateSpread(struct Problem *P, int i);
22gsl_complex convertComplex (fftw_complex a);
23
24#endif /*WANNIER_H_*/
Note: See TracBrowser for help on using the repository browser.