git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14367 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
2854
tools/phonon/disp.cpp
Normal file
2854
tools/phonon/disp.cpp
Normal file
File diff suppressed because it is too large
Load Diff
13
tools/phonon/global.h
Normal file
13
tools/phonon/global.h
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#ifndef GLOBAL_H
|
||||||
|
#define GLOBAL_H
|
||||||
|
|
||||||
|
#define ZERO 1.e-8
|
||||||
|
#define MAXLINE 512
|
||||||
|
|
||||||
|
#define MIN(a,b) ((a)>(b)?(b):(a))
|
||||||
|
#define MAX(a,b) ((a)>(b)?(a):(b))
|
||||||
|
|
||||||
|
// one can customize the following parameters
|
||||||
|
#define QSTEP 0.02 // Step size when evaluating phonon dispersion automatically
|
||||||
|
#define NUMATOM 10 // Maximum # of atoms that will be displayed when printing basis info
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user