Dear VASP users,
I am doing calculations on quite big systems (>200 atoms) and as frequencies are calculated numerically, those calculations (even for partial hessians) take a long time.
I was wondering whether someone can give me advice for
(i) splitting up calculations (I don't know whether this is possible)
(ii) restarting calculations from the point they've crashed (what sometimes happens, unfortunately)
Thx for the help
Regards
Bart
technical question about frequency calculation
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 6
- Joined: Tue Mar 22, 2005 8:50 am
- License Nr.: 91
- Location: Ghent
technical question about frequency calculation
Last edited by bademoor on Mon Apr 06, 2009 8:31 am, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
technical question about frequency calculation
unfortunately, you cannot split up or continue from a crashed run if you want to calculate the frequencies with the standard version of vasp. However, please check if it is necessary to have ALL the vibration modes (at the same time). (Without knowing the details of your investigations): Usually, if you do eg the frequencies of an adsorbate on a surface, it is sufficient just to allow for vibrations of the adorbate molecule itself and its NN atoms in the surface to have a very good accuracy.
Last edited by admin on Fri Apr 10, 2009 4:22 pm, edited 1 time in total.
-
- Newbie
- Posts: 6
- Joined: Tue Mar 22, 2005 8:50 am
- License Nr.: 91
- Location: Ghent
technical question about frequency calculation
Thanks for the answer.
I'm looking into the partial hessian approach already, but still I sometimes have quit a lot of atoms (I'm dealing with zeolite unit cells). Anyway, I'll just assign some more cpu-power to speed up my calculations ;-)
Regards
Bart
I'm looking into the partial hessian approach already, but still I sometimes have quit a lot of atoms (I'm dealing with zeolite unit cells). Anyway, I'll just assign some more cpu-power to speed up my calculations ;-)
Regards
Bart
Last edited by bademoor on Fri Apr 17, 2009 7:36 am, edited 1 time in total.
-
- Hero Member
- Posts: 584
- Joined: Tue Nov 16, 2004 2:21 pm
- License Nr.: 5-67
- Location: Germany
technical question about frequency calculation
Hello Bart,
I wrote myself an extension to finite_diff.F and main.F for vasp 4.6 to tackle this problem.
It's still alpha-stage, it's not really maintained, it does not always work, but most of the time. And it's tricky, if you have more than one restart to do.
Interested?
Cheers
alex
I wrote myself an extension to finite_diff.F and main.F for vasp 4.6 to tackle this problem.
It's still alpha-stage, it's not really maintained, it does not always work, but most of the time. And it's tricky, if you have more than one restart to do.
Interested?
Cheers
alex
Last edited by alex on Tue Apr 21, 2009 3:06 pm, edited 1 time in total.