Search found 42 matches

by blackburn
Fri Dec 07, 2012 2:18 pm
Forum: Ground state
Topic: Band structure of magnetic metal systems
Replies: 1
Views: 2503

Re: Band structure of magnetic metal systems

kptopt2 should be -1 as you are doing calculation on 1 segment.

Without testing it (and without coffee), I can't see anything else wrong (well... ngkpt 4 4 200 seems excessive and ecut seems low but it's your call).

Simon
by blackburn
Fri Dec 07, 2012 2:13 pm
Forum: Response calculations
Topic: Improving phonon dispersion curves
Replies: 3
Views: 4995

Re: Improving phonon dispersion curves

You should increase your k-grid a lot. For a metal, you want an adequate description of the Fermi surface in your ground state calculation which implies a dense k-grid. Depending on your computational resources, you might want to go up to something around ngkpt 20 20 20 (even more if you can). This ...
by blackburn
Fri Nov 09, 2012 9:21 pm
Forum: Other tools and postprocessing in ABINIT
Topic: wannier interpolation worsens with k-point density
Replies: 8
Views: 10669

Re: wannier interpolation worsens with k-point density

Hi, Doing a successful wannier90 run is complex. You should try different initial projections in your wannier90 input, this should help reducing the total spread of WF. The spread is not an easy quantity to converge, the code gets 'stuck' in local minima all the time. Projections accelerate (a lot) ...
by blackburn
Tue Jul 03, 2012 4:11 pm
Forum: Ground state
Topic: DFT+U dmatpawu
Replies: 2
Views: 2684

Re: DFT+U dmatpawu

Hi,

You have 4 V atoms in total (after the geometry builder). You need to specify two 5x5 matrices for each atom : 2 (spin) x 5x5 x 4 (atoms) = 200. You can probably just repeat the same matrices you already have for the 3 other V atoms.

Simon
by blackburn
Mon Jun 18, 2012 3:02 pm
Forum: Ground state
Topic: [Solved]Calculate local Density of Stateof each atom in u.c.
Replies: 2
Views: 4048

Re: Calculate local Density of State (DoS) of each atom in u

Hi, natsph and iatsph work just like ndtset and jdtset. natsph = the number of atom you want your decomposition in (default = natom) iatsph = the index of these atom (must be smaller or equal to natom; you have to specify natsph of these) (default= 1 to natom) In your case, you could do it in 1 data...
by blackburn
Tue Feb 21, 2012 8:10 pm
Forum: Ground state
Topic: Band Structure problem
Replies: 2
Views: 2981

Re: Band Structure problem

You need to run AbinitBandStructureMaker again with your dbs as input. It will generate a .agr file that you can read using xmgrace.
by blackburn
Fri Oct 28, 2011 3:27 pm
Forum: Ground state
Topic: error: increase the input variable dilatmx
Replies: 1
Views: 1950

Re: error: increase the input variable dilatmx

You have oxygen with norm-conversing psp (is that right?). You need a large cut-off (ecut) of the order of 50 Ha.

Simon
by blackburn
Thu Oct 27, 2011 5:43 pm
Forum: Ground state
Topic: Face centered orthorhombic how to make input?
Replies: 10
Views: 7295

Re: Face centered orthorhombic how to make input?

Indeed, you should use rprim similar to a FCC system:
0 b/2 c/2
a/2 0 c/2
a/2 b/2 0
Keep us posted if it doesn't work.
by blackburn
Wed Oct 26, 2011 5:22 pm
Forum: Ground state
Topic: Face centered orthorhombic how to make input?
Replies: 10
Views: 7295

Re: Face centered orthorhombic how to make input?

I think you have to change your last rprim to 0 6 10. It cuts your unit cell volume by half and should yield the same lattice.
by blackburn
Wed Oct 26, 2011 3:12 pm
Forum: Ground state
Topic: Face centered orthorhombic how to make input?
Replies: 10
Views: 7295

Re: Face centered orthorhombic how to make input?

Hi, You don't need two atoms to define a face-centered orthorhombic (FCO) structure. The variable rprim will define the system as FCO, not the number of atoms. In your case, I think you don't need the second atom. In the last case, it's clear why abinit failed : xcart = a 0 0 is equivalent to 0 0 0 ...
by blackburn
Wed Sep 14, 2011 2:28 pm
Forum: Ground state
Topic: Fermi level
Replies: 2
Views: 3501

Re: Fermi level

To get the Fermi surface in BXSF format (for XCrysDen), you can use the prtfsurf variable. However, you can only it with a non-shifted k-grid. The 3 different Fermi levels you get are probably due to different k-grid. You need a very dense k-grid in a metal because of the Fermi surface (this is more...
by blackburn
Fri Aug 26, 2011 6:32 pm
Forum: Ground state
Topic: No convergence in big supercell calculations
Replies: 3
Views: 4384

Re: No convergence in big supercell calculations

Hi,

Your ecut value is very low. Your calculations will probably not be accurate. If increasing ecut to a 'reasonable' value doesn't solve your problem, you can set nline to 8 (or higher if it doesn't work).

FYI, you can use chkprim 0 to bypass the symfind error.

Simon
by blackburn
Mon Aug 15, 2011 5:29 pm
Forum: Response calculations
Topic: Negative Phonon Frequencies
Replies: 3
Views: 3999

Re: Negative Phonon Frequencies

Your ecut is quite low, especially if you're using norm-conversing pseudo. Are you sure you are converged?

Also, your k-grid seems small (it's hard to tell without rprim and acell). Increasing it might get rid of these imaginary frequencies.

Simon
by blackburn
Thu Jul 28, 2011 3:40 pm
Forum: Ground state
Topic: Strange error with Rhombohedral input
Replies: 2
Views: 2260

Re: Strange error with Rhombohedral input

Hi, I tried running your input with abinit 6.8.1 and it works, which is strange. Anyway, you replace acell, angdeg, spgroup and spgaxor with acell 1.2047004070E+01 1.2047004070E+01 1.2047004070E+01 Bohr rprim 4.7241905504E-01 0.0000000000E+00 8.8137406159E-01 -2.3620952752E-01 4.0912690290E-01 8.813...
by blackburn
Mon Jul 25, 2011 6:33 pm
Forum: Ground state
Topic: Problem with optimization
Replies: 1
Views: 2256

Re: Problem with optimization

Have you checked rprim? It's possible that acell is fixed but rprim changes.

Can you send your log so we can have a better idea what the problem is?

Simon
by blackburn
Mon Jul 18, 2011 10:47 pm
Forum: Ground state
Topic: spin-polarized calc of a Ti ATOM
Replies: 2
Views: 2626

Re: spin-polarized calc of a Ti ATOM

There seems to be something wrong with your pseudo-potential as zval is greater than 22 (the nuclear charge of Ti).

Can you post the full log (from ABINIT) so we can get a better idea what is going on?

Cheers,

Simon
by blackburn
Wed Jun 29, 2011 6:42 pm
Forum: Link to other codes
Topic: tutorial for DFT+U
Replies: 3
Views: 4714

Re: tutorial for DFT+U

Hi, I tried your input file with a homemade pseudopotential. It has 2 errors: rprim gives a negative volume a1 . (a2 x a3) so you should switch the first line with the third (in rprim) the k-point grid is not symmetric. Either set chksymbreak to 0 or use a Monkhorst-Pack sampling for FCC (recommende...
by blackburn
Mon Jun 06, 2011 2:46 pm
Forum: Link to other codes
Topic: tutorial for DFT+U
Replies: 3
Views: 4714

Re: tutorial for DFT+U

Hi,

v5/t38, t39 and t40 are test, not the DFT+U tutorial. In any case, what's the error you get? Can you post a log file so we can get a better idea what's going on?

Did you change the input?

Finally, what version of ABINIT are you using?

Simon
by blackburn
Thu Mar 03, 2011 3:34 pm
Forum: Response calculations
Topic: Phonon in Ni,can someone help me?
Replies: 4
Views: 5558

Re: Phonon in Ni,can someone help me?

You want to have the right number of k-points in the wavefunction you're reading. This means that your ground state calculation should be done with the same kptopt as the phonon calculation.

Simon
by blackburn
Mon Feb 28, 2011 4:28 pm
Forum: Response calculations
Topic: Phonon in Ni,can someone help me?
Replies: 4
Views: 5558

Re: Phonon in Ni,can someone help me?

Hi, You should first deal with the warning about the k-points. You didn't use the same kptopt in the GS calculation and in the phonon calculation. You should do your GS calculation again but with kptopt 2. Also, you didn't use the same tsmear in both calculations. I'm not sure if this will change si...
by blackburn
Tue Feb 15, 2011 11:01 pm
Forum: Link to other codes
Topic: wannier90 convergence
Replies: 5
Views: 8457

Re: wannier90 convergence

Hi, It's normal that grep DIS wannier90.wout returns nothing become no disentanglement is done in this tutorial. For the convergence though, your results are perplexing. I tried to run the tutorial and it worked great. The spread started at 52.46 like yours but quickly converged to 4 (or something l...
by blackburn
Thu Feb 03, 2011 2:35 pm
Forum: Link to other codes
Topic: Zr pseudopotential
Replies: 13
Views: 11185

Re: Zr pseudopotential

The loggrid is indeed quite large. I don't think it's necessary to keep it at that value. I just tried it with loggrid=2001 and it looks ok (from the logderivate and wfn point-of-view).

Simon
by blackburn
Wed Feb 02, 2011 7:49 pm
Forum: Link to other codes
Topic: Zr pseudopotential
Replies: 13
Views: 11185

Re: Zr pseudopotential

Hi maxim, I recently made a pseudo for Zr. Here's the input for atompaw: Zr 40 GGA-PBE loggrid 3001 5 5 4 0 0 0 4 2 2 5 0 2 5 1 0 0 0 0 c c c v v c c v v c v 2 3.2 y 5.0 n n y 2.0 n VANDERBILT 3 0 2.0 5.0 2.5 3.0 2.0 2.0 2.0 0 It has 12 electrons. It's probably not optimal but it worked great for th...
by blackburn
Wed Dec 15, 2010 3:31 pm
Forum: Link to other codes
Topic: Si_band by Abinit+Wannier90
Replies: 16
Views: 16102

Re: Si_band by Abinit+Wannier90

This is indeed large. To improve upon this, you could change your initial projections. I recommend using the sp3 on Si and the bonding orbitals. However, you shouldn't use r=4 for the sp3 orbitals as you are using a pseudopotential, not a full atomic wavefunction. r=1 (the default value) should be b...
by blackburn
Tue Dec 14, 2010 4:35 pm
Forum: Link to other codes
Topic: Si_band by Abinit+Wannier90
Replies: 16
Views: 16102

Re: Si_band by Abinit+Wannier90

Is your total spread well converged?
You can look at this by using:
grep CONV wannier90.wout
The total spread is the 4th column. If the convergence is poor (it happens often), you would need to increase the number of k-points in dataset 2 and 3.