Search found 6 matches

by Gang Tang
Wed Jan 13, 2021 8:21 pm
Forum: Response calculations
Topic: Phonon calculation about q wavevectors setting
Replies: 0
Views: 7703

Phonon calculation about q wavevectors setting

At present, I am a little confused about the setting of the q vector in the phonon calculation process. According to the abinit official website tutorial (https://docs.abinit.org/tutorial/rf2/) and workshop resources (http://palata.fzu.cz/abinitschool/download/Tu2_calc_phonons.pdf), there are two di...
by Gang Tang
Wed Oct 14, 2020 9:40 pm
Forum: Ground state
Topic: 9.2.1 scf error: Attempting to invert real(8) 3x3 array
Replies: 5
Views: 10237

Re: 9.2.1 scf error: Attempting to invert real(8) 3x3 array

I use qAgate https://github.com/piti-diablotin/qAgate software to generate these structures (trainingset used in Multibinit). If I switch the abinit 9.2.1 to 8.10, then the problem can be resolved. So I think this issue is only related to this latest version.
by Gang Tang
Tue Oct 13, 2020 9:48 pm
Forum: Ground state
Topic: 9.2.1 scf error: Attempting to invert real(8) 3x3 array
Replies: 5
Views: 10237

Re: 9.2.1 scf error: Attempting to invert real(8) 3x3 array

Thank you for your reply. I have tried to change "chkprim 0.0" to " chkprim 0 " but it still fails. So I guess this error is related to the atomic position (xred) or lattice constant (rprim) in the input file. Because I have prepared a lot of structures (the only difference is the xred and rprim key...
by Gang Tang
Sat Oct 10, 2020 9:57 am
Forum: Ground state
Topic: 9.2.1 scf error: Attempting to invert real(8) 3x3 array
Replies: 5
Views: 10237

9.2.1 scf error: Attempting to invert real(8) 3x3 array

Hi Abinit users, I try to perform a scf (ionmov=2;optcell=2;ntime=1) using abinit 9.2.1 but it crashes when it try to invert the array. The following message is given: -------------------------- --- !BUG src_file: m_symtk.F90 src_line: 233 mpi_rank: 0 message: | Attempting to invert real(8) 3x3 arra...
by Gang Tang
Thu Oct 08, 2020 3:25 pm
Forum: Configuring and compiling ABINIT
Topic: error while executing make for abinit-9.2.1 on NIC4 cluster [SOLVED]
Replies: 2
Views: 4510

Re: error while executing make for abinit-9.2.1 on NIC4 cluster [SOLVED]

Thank you very much. Your method works. I believe your reply provides a good template that can tell other users how to compile abinit 9.2.1 on the cluster.
by Gang Tang
Tue Oct 06, 2020 11:59 pm
Forum: Configuring and compiling ABINIT
Topic: error while executing make for abinit-9.2.1 on NIC4 cluster [SOLVED]
Replies: 2
Views: 4510

error while executing make for abinit-9.2.1 on NIC4 cluster [SOLVED]

Dear All Abinit users, I have loaded all mandatory libraries for abinit-9.2.1 module load intel/2018b module load HDF5/1.10.2-intel-2018b module load libxc/3.0.1-intel-2018b module load netCDF/4.6.1-intel-2018b module load netCDF-Fortran/4.4.4-intel-2018b module load Wannier90/2.0.1.1-intel-2018b-ab...