由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Physics版 - ask
相关主题
请大家介绍一下表面吸附DFT计算的有关内容。请问哪位有电子版的《The nonlinear schrodinger equation》,能否发我一份?
急问98年诺奖得主Walter Kohn教授目前的状况Freeman Dyson在你们眼里牛不牛?
問一個和二次量子化有關的問題开心网上看到的,有的看过,有的没有
第一原理求教请问一个关于解Schrodinger方程的问题
凝聚态物理学家里H因子达到50的有哪些呢?为什么robert oppenheimer这么瞧不起einstein
无冕之王(灌灌水)可控核聚变到底是概念股,还是潜力股,或是垃圾股?? (转载)
求篇文章谢谢美国普渡大学招收量子光力学和冷原子相关方向博士后
三水落選了,看來我們支持沒用。悲劇啊〔轉載〕一頁紙多的博士論文
相关话题的讨论汇总
话题: dft话题: md话题: read话题: book话题: program
进入Physics版参与讨论
1 (共1页)
w****g
发帖数: 44
1
Any body here developed the program for first-principles calculations ?
Such as DFT, HF ?
How are those programming compared to MD ? any books/other materials to
start with ?
Thanks
b*********e
发帖数: 2642
2
都是直接用gausian GAMESS啥的吧

【在 w****g 的大作中提到】
: Any body here developed the program for first-principles calculations ?
: Such as DFT, HF ?
: How are those programming compared to MD ? any books/other materials to
: start with ?
: Thanks

a**d
发帖数: 97
3
read the book written by Yang W.T.

【在 w****g 的大作中提到】
: Any body here developed the program for first-principles calculations ?
: Such as DFT, HF ?
: How are those programming compared to MD ? any books/other materials to
: start with ?
: Thanks

a**d
发帖数: 97
4
DFT and MD are two totally different things.

【在 w****g 的大作中提到】
: Any body here developed the program for first-principles calculations ?
: Such as DFT, HF ?
: How are those programming compared to MD ? any books/other materials to
: start with ?
: Thanks

s******a
发帖数: 128
5
MD is using the classical mechanics with semi-empirical potentials.
DFT is solving the one-electron schrodinger equation of fictitious non-
interacting Kohn-Sham system with an approximated exchange-correlation
potential.
They are totally different.
The DFT is much harder if you want to develop the program. The DFT theory
itself looks simple. When you want to code the theory, you need lots of
programming skills and knowledge of numerical analysis methods.
Most people doing DFT calculations are j
m*****r
发帖数: 3822
6
cohen wrote a book about it but with limited technical details.

【在 s******a 的大作中提到】
: MD is using the classical mechanics with semi-empirical potentials.
: DFT is solving the one-electron schrodinger equation of fictitious non-
: interacting Kohn-Sham system with an approximated exchange-correlation
: potential.
: They are totally different.
: The DFT is much harder if you want to develop the program. The DFT theory
: itself looks simple. When you want to code the theory, you need lots of
: programming skills and knowledge of numerical analysis methods.
: Most people doing DFT calculations are j

a**d
发帖数: 97
7
the best way to learn the technique of programming is just reading the
code
itself

【在 s******a 的大作中提到】
: MD is using the classical mechanics with semi-empirical potentials.
: DFT is solving the one-electron schrodinger equation of fictitious non-
: interacting Kohn-Sham system with an approximated exchange-correlation
: potential.
: They are totally different.
: The DFT is much harder if you want to develop the program. The DFT theory
: itself looks simple. When you want to code the theory, you need lots of
: programming skills and knowledge of numerical analysis methods.
: Most people doing DFT calculations are j

w****g
发帖数: 44
8
Thanks for all replies. I just want to learn how to program such DFT codes.
There are tons of MD programming book, but none of DFT book, to the best of
my knowledge.
If no such book, any online course/ tutorials available?
Thanks..
w****g
发帖数: 44
9
What's the book name ?

【在 m*****r 的大作中提到】
: cohen wrote a book about it but with limited technical details.
a**d
发帖数: 97
10
program a DFT code ?
Oh man, it is crazy

.
of

【在 w****g 的大作中提到】
: Thanks for all replies. I just want to learn how to program such DFT codes.
: There are tons of MD programming book, but none of DFT book, to the best of
: my knowledge.
: If no such book, any online course/ tutorials available?
: Thanks..

相关主题
无冕之王(灌灌水)请问哪位有电子版的《The nonlinear schrodinger equation》,能否发我一份?
求篇文章谢谢Freeman Dyson在你们眼里牛不牛?
三水落選了,看來我們支持沒用。悲劇啊开心网上看到的,有的看过,有的没有
进入Physics版参与讨论
s******a
发帖数: 128
11
Forget to mention ABINIT. It is open source program and free of charge. And
also there is tutorial about how to use it. It seems that R. Martin at UIUC
is involved in that one. I am not sure who are the main developer.
It is hard to read the code directly. I am also going to learn how to
program DFT. I will follow the following steps:
1. Read and understand those formalism in DFT
2. There is DFT code for system of a single atom. Read it and then develop
one by myself
3. Read some open source pro
w****g
发帖数: 44
12
What's the DFT code for system of a single atom you are using for study ?
Thanks

And
UIUC

【在 s******a 的大作中提到】
: Forget to mention ABINIT. It is open source program and free of charge. And
: also there is tutorial about how to use it. It seems that R. Martin at UIUC
: is involved in that one. I am not sure who are the main developer.
: It is hard to read the code directly. I am also going to learn how to
: program DFT. I will follow the following steps:
: 1. Read and understand those formalism in DFT
: 2. There is DFT code for system of a single atom. Read it and then develop
: one by myself
: 3. Read some open source pro

s******a
发帖数: 128
w****g
发帖数: 44
14
This is pretty good as a starting point. thanks

【在 s******a 的大作中提到】
: http://www.wfu.edu/~natalie/s04phy345/graphatominfo.html
m*******s
发帖数: 3142
15
I remember that the appendices to A. Szabo& N.S. Ostlund's book
Modern Quantum Chemistry: Introduction to Advanced Electronic Structure
Theory contain some sourcecodes of the Hartree Fock method and related
details.
As for the DFT method, I think it is more or less the same, if you know how
the HF method works.
1 (共1页)
进入Physics版参与讨论
相关主题
〔轉載〕一頁紙多的博士論文凝聚态物理学家里H因子达到50的有哪些呢?
外行问个等效原理的问题无冕之王(灌灌水)
陈省身评爱因斯坦:不知他物理如何,数学不过如此 (转载)求篇文章谢谢
奥本海默和海森堡谁更牛?三水落選了,看來我們支持沒用。悲劇啊
请大家介绍一下表面吸附DFT计算的有关内容。请问哪位有电子版的《The nonlinear schrodinger equation》,能否发我一份?
急问98年诺奖得主Walter Kohn教授目前的状况Freeman Dyson在你们眼里牛不牛?
問一個和二次量子化有關的問題开心网上看到的,有的看过,有的没有
第一原理求教请问一个关于解Schrodinger方程的问题
相关话题的讨论汇总
话题: dft话题: md话题: read话题: book话题: program