Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90882399
phonon.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 5, 15:34
Size
843 B
Mime Type
text/x-c++
Expires
Thu, Nov 7, 15:34 (2 d)
Engine
blob
Format
Raw Data
Handle
22103077
Attached To
rLAMMPS lammps
phonon.h
View Options
#ifndef PHONON_H
#define PHONON_H
#include "stdio.h"
#include "stdlib.h"
#include <complex>
#include "dynmat.h"
#include "memory.h"
using
namespace
std
;
class
Phonon
{
public:
Phonon
(
DynMat
*
);
~
Phonon
();
DynMat
*
dynmat
;
private:
int
nq
,
ndim
,
sysdim
;
double
**
qpts
,
*
wt
;
double
**
eigs
;
int
ndos
,
nlocal
,
*
locals
;
double
*
dos
,
fmin
,
fmax
,
df
,
rdf
;
double
***
ldos
;
Memory
*
memory
;
void
QMesh
();
void
ComputeAll
();
void
pdos
();
void
pdisp
();
void
therm
();
void
ldos_egv
();
void
ldos_rsgf
();
void
local_therm
();
void
dmanyq
();
void
vfanyq
();
void
DMdisp
();
void
vecanyq
();
void
smooth
(
double
*
,
const
int
);
void
writeDOS
();
void
writeLDOS
();
void
Normalize
();
int
count_words
(
const
char
*
);
#ifdef UseSPG
int
num_atom
,
*
attyp
;
double
latvec
[
3
][
3
],
**
atpos
;
#endif
};
#endif
Event Timeline
Log In to Comment