물리학 이야기
BigDFT를 이용한 Phonon Frequency 계산
빵이매지션
2014. 7. 16. 23:53
작성자 본인은 DFT계산 경험이 많지 않고, 학습 의욕을 높이기 위해 정리차원에서 작성한 것을 공개합니다.
----------
출처 - http://bigdft.org/Wiki/index.php?title=Pre-/post-processing
http://bigdft.org/Wiki/index.php?title=Vibration_input_parameters
[ Vibration Calculation ]
input.freq 파일이 추가적으로 요구됨
예)
1/64 #frequency step = alpha*hx, alpha*hy, alpha*hz 2 #order finite difference scheme (-1, 1, 2 or 3) 1 #1 - systematic moves over each atoms
계산결과 다음 3개의 파일들이 만들어짐
- ’frequencies.xyz’ containes the eigenmodes visualizable directly using v_sim;
- ’hessian.dat’ contains the Hessian matrix and;
- ’dynamical.dat’ contains the dynamical matrix i.e. the weighted mass Hessian matrix.
_______________________________
frequency step을 변경해 봤는데 변경할 때마다 결과값이 너무 큰폭으로 변한다.
간단한 PBC 조건의 BCC에서도 음의 frequency가 나온다. 뭘 잘못했을까 ㅠ