Search found 9 matches

by tsukagoshi
Thu Mar 02, 2017 7:24 am
Forum: Response calculations
Topic: The dielectric tensor of silicon by finite difference [SOLVED]
Replies: 2
Views: 4812

The dielectric tensor of silicon by finite difference [SOLVED]

Dear users/developers, I have a problem in calculating the dielectric tensor of silicon by finite difference of polarization since I get the dielectric tensor depending on the symmetry of k points. I use abinit-8.0.8b. Firstly, I use the following input file. si2_ef.in: ndtset 7 # nsym2 1 nsym3 1 ns...
by tsukagoshi
Tue Apr 05, 2016 3:17 pm
Forum: Response calculations
Topic: Problem of calculating the phonon dispersion of AlAs crystal
Replies: 2
Views: 4289

Re: Problem of calculating the phonon dispersion of AlAs cry

Dear Jordan Thank you for your reply. I understand how I avoid the error message. It might be better to modify the program mrgddb.x since it could occur that nkpt1=/ nkpt2 & 2*nkpt1=/ nkpt2 when gamma-centered k points are used, where nkpt1 is for q=0 and nkpt2 is for q=/0. By the way, does anyo...
by tsukagoshi
Tue Mar 29, 2016 12:08 pm
Forum: Response calculations
Topic: Problem of calculating the phonon dispersion of AlAs crystal
Replies: 2
Views: 4289

Problem of calculating the phonon dispersion of AlAs crystal

Dear users/developers, I have two questions related to the phonon calculation. I use abinit-7.10.5. (1) Parallel phonon calculation with gamma-centered k points When I run the parallel phonon calculation using 8 cores in order to obtain the phonon dispersion of AlAs crystal, I fail in calculating th...
by tsukagoshi
Fri Jun 26, 2015 9:06 am
Forum: Ground state
Topic: Calculation of positron lifetime using PSN scheme
Replies: 3
Views: 9555

Re: Calculation of positron lifetime using PSN scheme

Dear Mark Torrent Thanks for your reply. I tried to use abinit-7.10.4, however, the result was same. I would like ask you two questions: (1) Are there any versions which are compatible with the electron-positron calculation with paral_kgb=1? In your paer, “Electronic structure investigation of energ...
by tsukagoshi
Tue Jun 09, 2015 9:09 am
Forum: Ground state
Topic: Calculation of positron lifetime using PSN scheme
Replies: 3
Views: 9555

Calculation of positron lifetime using PSN scheme

I calculated the positron lifetime of Al bulk crystal with positron=-1 and ixcpositron=2 as a test of PSN scheme and I found the bad result when setting paral_kgb=1 in both serial and parallel calculations. Although the electronic state calculation was quickly converged, the successive positronic sa...
by tsukagoshi
Mon Aug 12, 2013 8:44 am
Forum: Response calculations
Topic: How can I calculate the vibrational modes of a molecule ?
Replies: 0
Views: 2140

How can I calculate the vibrational modes of a molecule ?

Dear abinit developers and users, How can I calculate the vibrational modes of a molecule in the response function calculation? I calculated the vibrational modes of a water molecule, however the result was not so good compared to the experimental values, which are 3657, 1595, and 3756 cm^-1. I obta...
by tsukagoshi
Thu Jul 25, 2013 1:35 pm
Forum: Ground state
Topic: Energy preservation of molecular dynamics
Replies: 0
Views: 2953

Energy preservation of molecular dynamics

When I calculated molecular dynamics of a H2 molecule using the verlet algorithm with ionmov=6 implemented in abinit-7.2.2, I found the sum of the electronic energy and kinetic energy of ions, which were written at the end of each step in a output file, was not preserved. However, when I ignore the ...
by tsukagoshi
Mon Aug 20, 2012 6:47 am
Forum: Response calculations
Topic: Why all bands are projected in cgwf3.F90
Replies: 0
Views: 1864

Why all bands are projected in cgwf3.F90

In cgwf3.F90, it seems that not only occupied bands but also unoccupied bands, i.e. all bands are orthogonal to the response orbitals. Within density functional perturbation theory, I think only occupied bands should be orthogonal to the response orbitals.
by tsukagoshi
Fri Jun 15, 2012 3:21 am
Forum: Improving ABINIT
Topic: the size of rhog in tddft.F90
Replies: 0
Views: 2891

the size of rhog in tddft.F90

In tddft.F90, rhog is allocated as allocate(rhog(nfftdiel,2),vhartr(nfftdiel)) and forwarded to fourdp and hartre. In these routines, however, rhog is defined as rhog(2,nfft). In tddft.F90, although, that might not affect the calculation because the size of the array does not change. Indeed, I have ...