Search found 41 matches
- Tue Feb 05, 2019 10:45 am
- Forum: Ground state
- Topic: ABINIT Documentation is insufficient
- Replies: 4
- Views: 3522
Re: ABINIT Documentation is insufficient
Dear ABINIT friends, For the people who like to work with python and ASE, the following script will convert an ABINIT NetCDF History file into an ASE trajectory file: <snip> #! /Users/willem/anaconda3/bin/python3.7 ############################################################################### # # #...
- Mon Feb 04, 2019 2:50 pm
- Forum: Ground state
- Topic: ABINIT Documentation is insufficient
- Replies: 4
- Views: 3522
Re: ABINIT Documentation is insufficient
Dear ABINIT friends, For the people who like to work with python. The same script as above, but now in python code: <snip> #! /Users/willem/anaconda3/bin/python3.7 ############################################################################### # # # a quick hack to extract Cartesian atom positions f...
- Thu Jan 31, 2019 3:14 pm
- Forum: Ground state
- Topic: ABINIT Documentation is insufficient
- Replies: 4
- Views: 3522
Re: ABINIT Documentation is insufficient
Dear ABINIT friends, It is relatively easy to extract the atom positions of the images of the STRING calculation, stored in the HIST.nc file. I hope you know a bit of bash scripting: <snip> #! /bin/sh ############################################################################### # # # a quick hack ...
- Thu Jan 31, 2019 11:27 am
- Forum: Ground state
- Topic: ABINIT Documentation is insufficient
- Replies: 4
- Views: 3522
Re: ABINIT Documentation is insufficient
Dear ABINIT friends, To answer my questions partially, it is possible to dump the content of the NetCDF file (HIST.nc) into ASCII. ncdump is your friend: m I don't know how to get ncdump. It was installed on my macOS: /Users/willem/anaconda3/bin/ncdump So it came with some package within anaconda. A...
- Thu Jan 31, 2019 10:48 am
- Forum: Ground state
- Topic: ABINIT Documentation is insufficient
- Replies: 4
- Views: 3522
ABINIT Documentation is insufficient
Dear ABINIT friends, I'm currently performing STRING calculations. There is documentation to this topic within the ABINIT documentation set: m However, after reading the above, I'm still left behind with questions: 1) How do I restart a STRING calculation? 2) How do I ensure that the previous WFK fi...
- Thu Jan 31, 2019 10:07 am
- Forum: Response calculations
- Topic: Kxc not implemented for GGA!
- Replies: 10
- Views: 7871
Re: Kxc not implemented for GGA!
The unreasonable energy values seem to be due to the PAW data set.
Gregory is currently working on/testing it.
I hope to continue this soon.
Gregory is currently working on/testing it.
I hope to continue this soon.
- Tue Jan 29, 2019 12:36 pm
- Forum: Ground state
- Topic: Reading Image Wavefunctions Restart String Calculation
- Replies: 0
- Views: 2836
Reading Image Wavefunctions Restart String Calculation
Dear ABINIT friends, I'm running a String optimisation with 7 images ( 0 5*1 0). The initial and final state were previously optimised. I had to restart the calculation. Setting: restartxf -1 in the input file makes the pdo_HIST.nc being read during startup. The following can be found in the log fil...
- Mon Jan 28, 2019 2:31 pm
- Forum: Response calculations
- Topic: Kxc not implemented for GGA!
- Replies: 10
- Views: 7871
Re: Kxc not implemented for GGA!
Dear Marc, Gregory and ABINIT friends, At the ABINIT 2019 school, I got the advice to converge the TOLerance on WaveFunction squared Residual to less than 1.00E-20 for the SCF calculation. So I tried this as well for the SCF calculation. The following gives the convergence of the SCF calculation: it...
- Mon Jan 28, 2019 9:53 am
- Forum: Ground state
- Topic: String Calculation Parallel over images and k-points [SOLVED]
- Replies: 3
- Views: 4701
Re: String Calculation Parallel over images and k-points [SOLVED]
Dear Gregory and ABINIT friends, Finally it seems to work. There was a bug in ABINIT concerning the format of the PAW data sets. The bug already seemed to be corrected. Version 8.8.4 of ABINIT did not have the correction. So the xml format of the PAW data sets needed to be converted to abinit format...
- Thu Jan 10, 2019 9:12 am
- Forum: Ground state
- Topic: String Calculation Visualisation of Images
- Replies: 1
- Views: 2762
String Calculation Visualisation of Images
Dear ABINIT friends, There is a nice tutorial about a STRING calculation m Unfortunately, the tutorial does not mention how to visualise the images and even better the evolution of the ``string of images`` during the optimisation. This is a big deficit to my opinion. If I run a STRING calculation, s...
- Wed Jan 09, 2019 3:43 pm
- Forum: Ground state
- Topic: Segmentation Fault during STRING calculation
- Replies: 0
- Views: 3052
Segmentation Fault during STRING calculation
Dear ABINIT friends, During a STRING calculation and right after STRING METHOD - TIME STEP 3, a segmentation fault occurred. See below for snippet. The endings of the output and log files look reasonable. See below for output. From the log file I conclude that the error occurred while or after writi...
- Wed Jan 09, 2019 3:12 pm
- Forum: Ground state
- Topic: Improving calculation performance?
- Replies: 17
- Views: 13869
Re: Improving calculation performance?
Dear ryne60 and ABINIT friends,
Please don't forget to report on your findings. It is of interest of all ABINIT friends, if we can close the thread in some conclusive way.
Please don't forget to report on your findings. It is of interest of all ABINIT friends, if we can close the thread in some conclusive way.
- Wed Dec 19, 2018 10:17 am
- Forum: Ground state
- Topic: Again issue with pawovlp
- Replies: 8
- Views: 6553
Re: Again issue with pawovlp
Dear Eric and ABINIT friends, I like your idea with setting pawovlp to a large value at the start of the investigations and the decrease the value to zero at the end. At least close to zero, when the system and parameters are used to calculate physical/chemical properties. It makes sense and fits in...
- Tue Dec 18, 2018 10:23 am
- Forum: Response calculations
- Topic: Kxc not implemented for GGA!
- Replies: 10
- Views: 7871
Re: Kxc not implemented for GGA!
Dear Eric and ABINIT friends, I have tried the suggestions/additions/corrections by Eric, but unfortunately without success. $ tail -f pd.txt.save dfpt_looppert : total number of electrons, from k and k+q fully or partially occupied states are 3.720000E+02 and 3.720000E+02. Initialisation of the fir...
- Mon Dec 17, 2018 11:27 am
- Forum: Ground state
- Topic: Again issue with pawovlp
- Replies: 8
- Views: 6553
Re: Again issue with pawovlp
Dear Eric and ABINIT friends, After reading your reply once more, I realised that I already tried to run the calculation with an increased pawovlp value. I set it to 9 and got the overlap error message: overlap ratio of 13.12 % So the error message was logical this time. I had to stop the research w...
- Thu Dec 13, 2018 10:37 am
- Forum: Ground state
- Topic: Improving calculation performance?
- Replies: 17
- Views: 13869
Re: Improving calculation performance?
Dear ryne60 and ABINIT friends,
Is ISMEAR = -5 comparable with occopt 7?
Is ISMEAR = -5 comparable with occopt 7?
- Tue Dec 11, 2018 10:57 am
- Forum: Response calculations
- Topic: Kxc not implemented for GGA!
- Replies: 10
- Views: 7871
Re: Kxc not implemented for GGA!
Dear Eric and ABINIT friends, setting nline = 6 did not improve the outcome. Energy values remain unrealistically huge: -ETOT 1 -723764921.44809 -7.237E+08 7.763E+03 2.282E+20 ETOT 2 -1.07565194714471E+14 -1.076E+14 1.053E+09 3.463E+25 ETOT 3 -9911228406409.3 9.765E+13 6.786E+08 3.775E+24 ETOT 4 -10...
- Tue Dec 11, 2018 10:31 am
- Forum: Ground state
- Topic: Improving calculation performance?
- Replies: 17
- Views: 13869
Re: Improving calculation performance?
Hello ryne60, onion2440 and ABINIT friends, The point is not the values of the parameters. The point is the comparison with VASP calculation. If the VASP input is equivalent to the ABINIT input, then the question remains why calculation speed of VASP and ABINIT is so different. If I understand you c...
- Tue Dec 11, 2018 8:34 am
- Forum: Ground state
- Topic: Again Again issue with pawovlp --- Somebody to take this up
- Replies: 0
- Views: 2763
Again Again issue with pawovlp --- Somebody to take this up
Dear ABINIT friends, Once more I have an issue with pawovlp. See the output of `grep pawovlp pd.in` and `tail -n25 pd.log` below: $ grep pawovlp pd.in pawovlp 6 $ tail -n25 pd.log --- !ERROR src_file: m_paw_tools.F90 src_line: 211 mpi_rank: 0 message: | PAW COMPENSATION DENSITIES ARE OVERLAPPING !!!...
- Fri Dec 07, 2018 12:35 pm
- Forum: Ground state
- Topic: Restarting Energy Barrier Calculatons
- Replies: 4
- Views: 4124
Re: Restarting Energy Barrier Calculatons
Dear Eric and ABINIT friends, A renewed restart of the STRING calculation showed that restartxf flag is not the only parameter to consider. Once more, all files of the previous run were present. I did not change anything, before I resubmitted the job. After the job was started, I got the following i...
- Fri Dec 07, 2018 12:23 pm
- Forum: Ground state
- Topic: Improving calculation performance?
- Replies: 17
- Views: 13869
Re: Improving calculation performance?
Dear Ryne60 and ABINIT friends, If you state that the calculation is slow, then please specify what you mean with slow. Is it the convergence speed? Or do you need approx. the same amount of cycles, but each cycle is taken more time? Or something else? In my case, the convergence speed of ABINIT was...
- Fri Dec 07, 2018 11:53 am
- Forum: Ground state
- Topic: Again issue with pawovlp
- Replies: 8
- Views: 6553
Re: Again issue with pawovlp
Dear Eric and ABINIT friends, It is not only strange, it does not make sense. Since even the default value of pawovlp = 5, which enables an overlap of at least 5%, was not passed. So even if the code would neglect the input, then the default value should be applicable. Though I already reported an i...
- Thu Dec 06, 2018 8:53 am
- Forum: Response calculations
- Topic: Kxc not implemented for GGA!
- Replies: 10
- Views: 7871
Re: Kxc not implemented for GGA!
Dear Eric and ABINIT friends, Please keep in mind that I did not change other parameters than ``rfphon 1`` from ground state calculation (ion relaxation) to phonon response function calculation. The total energies in the former case seem to be reasonable. This is in contrast to the latter case, wher...
- Wed Dec 05, 2018 2:16 pm
- Forum: Ground state
- Topic: Again issue with pawovlp
- Replies: 8
- Views: 6553
Again issue with pawovlp
Dear ABINIT friends, The STRING method calculation could proceed into a new TIME STEP. See output of $tailf pd.txt > <snip> .... ------------------------------------------------------------ STRING METHOD: Average[Abs(Etotal(t)-Etotal(t-dt))]= 8.062E-02 Hartree Moving images of the cell... ==========...
- Tue Dec 04, 2018 1:19 pm
- Forum: Response calculations
- Topic: Kxc not implemented for GGA!
- Replies: 10
- Views: 7871
Re: Kxc not implemented for GGA!
O.GGA_PBE-JTH.xml.in I got the phonon response function calculation running. However the calculated energies are abnormal: $ tailf pd.txt ETOT 13 -1.10894776896575E+18 -8.517E+17 1.273E+13 3.928E+29 ETOT 14 -1.79594291525765E+17 9.294E+17 4.354E+12 9.097E+28 ETOT 15 -1.34645008754373E+17 4.495E+16 ...