Search found 10 matches
- Mon May 05, 2014 1:10 pm
- Forum: Configuring and compiling ABINIT
- Topic: Build Error in abinit 7.6.3 and 7.6.4 [SOLVED]
- Replies: 1
- Views: 2981
Build Error in abinit 7.6.3 and 7.6.4 [SOLVED]
Hi! While compiling abinit with gfortran 4.9.0, I noticed, that a bug in the file src/67_common/odamix.F90 blocks further compilation. The full error message is: mpifort -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -I/home/stefan/Build/abinit-7.6.3/fallbacks/exports/include -ffree-f...
- Thu Jan 30, 2014 5:04 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit and BigDFT
- Replies: 1
- Views: 2275
Abinit and BigDFT
Hello! I wanted to try the wavelet code, which needs BigDFT. The problem is, that I can't compile BigDFT within abinit and the version from bigdft.org is not compatible. I'm using gcc 4.8.2. The problem with the fallback is, that while performing make in ~abinit/fallbacks/sources/bigdft-abi-1.0.4, i...
- Wed Oct 30, 2013 11:24 am
- Forum: Configuring and compiling ABINIT
- Topic: SEGFAULT in Abinit 7.4.3 [SOLVED]
- Replies: 2
- Views: 4412
SEGFAULT in Abinit 7.4.3 [SOLVED]
Hello! I'm experiencing reproducible SEGFAULTS when using Abinit 7.4.3 compiled with ifort 14.0.0 to calculate the bandstructure and wavefunction of SnTe. I did some tests, to check, where the error comes from: gfortran 4.8.2 + openmpi 1.6.5 : works perfectly ifort 14.0.0.080 + openmpi 1.6.5 : SEGFA...
- Thu Sep 26, 2013 10:03 am
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.4.2 and the newest Intel Compiler
- Replies: 9
- Views: 7325
Re: Abinit 7.4.2 and the newest Intel Compiler
The problem is the handling of so called DSOs. The problem doesn't appear with newer versions of ld.
You could also solve this problem by commenting the appropriate line in config.h
You could also solve this problem by commenting the appropriate line in config.h
- Mon Jul 08, 2013 4:25 pm
- Forum: Other tools and postprocessing in ABINIT
- Topic: Spinor wavefunction from cut3d
- Replies: 1
- Views: 3061
Spinor wavefunction from cut3d
Hello! I'm trying to do some grouptheoretical calculations with the wavefunctions which I can get from cut3d. My calculations with materials, which can be calculated without spin-orbit-coupling (like Cu or GaP) show perfect results compared with theory. But when I want to do grouptheoretical project...
- Thu Apr 18, 2013 11:56 am
- Forum: Ground state
- Topic: [Solved]bands around the fermi energy
- Replies: 3
- Views: 2954
Re: bands around the fermi energy
Since I don't want to change the physical problem and only want to calculate another part of the solution, I searched a bit further in the documentation. I found the variables wfoptalg and eshift . If you set wfoptalg to 3, the algorithm will solve for nbands around eshift. Except for some convergen...
- Fri Apr 05, 2013 9:35 am
- Forum: Ground state
- Topic: [Solved]bands around the fermi energy
- Replies: 3
- Views: 2954
[Solved]bands around the fermi energy
At the moment I try to calculate a 2x2x2 supercell of a material with 10 electrons in the primitive cell taking SO-coupling into account. The resulting number of bands, needed to reach the fermi energy is 10x2x2x2=80 bands. Together with a nice resolution of 80 kpoints, I have to calculate at least ...
- Thu Feb 07, 2013 2:02 pm
- Forum: Other tools and postprocessing in ABINIT
- Topic: Content of _WFK
- Replies: 0
- Views: 2211
Content of _WFK
Hello! I tried to calculate the band structure and wavefunctions of copper. When I exported the wavefunction with cut3d, I got a parallelepiped (strange output form...) and noticed, that the use of the bloch theorem to get the wave function in neighbouring unit cells introduces discontinuities inste...
- Thu Feb 07, 2013 1:30 pm
- Forum: Ground state
- Topic: [Solved] Convert FCC to SC
- Replies: 3
- Views: 2646
Re: Convert FCC to SC
The fault was on my end... I didn't think about folding of the bands in this cell which is kind of a supercell.
Thanks anyway!
Thanks anyway!
- Thu Jan 31, 2013 4:56 pm
- Forum: Ground state
- Topic: [Solved] Convert FCC to SC
- Replies: 3
- Views: 2646
[Solved] Convert FCC to SC
Hello! At the moment I'm trying to convert tutorial #3 from the fcc coordinates to sc coordinates because I need the wavefunction in the whole cubic cell. To do this, I started from the file tbase3_5.in by substituting the basis vectors with the simple cubic ones and replacing the k-vectors with the...