Search found 19 matches
- Sat May 11, 2024 4:38 pm
- Forum: Running the code
- Topic: How to properly restart calculation?
- Replies: 3
- Views: 4023
Re: How to properly restart calculation?
Hi Hitoshi, I am following tutorial and as in the tutorials, I have transport properties in epw2.in. This is my epw1.in (without transport calculations) and I needed to restart this step. I simply did wannierize = .false. in my previous input calculation (skipped wannierization as it was done ...
- Tue May 07, 2024 4:25 pm
- Forum: Running the code
- Topic: How to properly restart calculation?
- Replies: 3
- Views: 4023
How to properly restart calculation?
Hi EPW users and developers, I am trying to compute following epw.x calculation but fails due to time limit. I have been trying to restart the calculation but it does everything the same (wannierization steps and all and stops at the same point). I guess I have not been able to properly restart the ...
- Mon May 06, 2024 7:17 pm
- Forum: Running the code
- Topic: Error in routine kpmq_map (1): k+q does not fall on k-grid
- Replies: 3
- Views: 5351
Re: Error in routine kpmq_map (1): k+q does not fall on k-grid
Hi Sabya,
I removed the filkf and ran only with nkf and got rid of that error. I do have another question. How do I restart my calculation from previously stopped calculation due to time limit.
Best
Rijan
I removed the filkf and ran only with nkf and got rid of that error. I do have another question. How do I restart my calculation from previously stopped calculation due to time limit.
Best
Rijan
- Sun May 05, 2024 3:55 pm
- Forum: Running the code
- Topic: Error in routine kpmq_map (1): k+q does not fall on k-grid
- Replies: 3
- Views: 5351
Error in routine kpmq_map (1): k+q does not fall on k-grid
Hi all, I am using EPW v.5.8. I am getting following error. Using q-mesh file: ./XGYSRZ.dat WARNING: q-point weigths do not add up to 1 [loadqmesh_serial] Size of q point mesh for interpolation: 361 Using k-mesh file: ./XGYSRZ.dat WARNING: k-point weigths do not add up to 1 [loadkmesh_para] Size of ...
- Sun May 05, 2024 3:48 pm
- Forum: Running the code
- Topic: param_get_projections: too few projection functions defined
- Replies: 3
- Views: 3969
Re: param_get_projections: too few projection functions defined
Hi Rijan, What you have mentioned in the post and your epw1.in appear different. As you said you have 2 Hf atoms so 2*5(d)=10, and 8 Te atoms so 8*3(p)=24. So in total your nbndsub=34 if you are not performing a non-collinear calculation. Please check again. Otherwise, attach all your files so that ...
- Sat May 04, 2024 3:09 pm
- Forum: Running the code
- Topic: param_get_projections: too few projection functions defined
- Replies: 3
- Views: 3969
param_get_projections: too few projection functions defined
Dear EPW developers and users, I am getting the following error in wannierization. Before epw.in I have run wannier90 code and runs with wannier90 without any error with the same parameters. I have 2 Hf and 8Te atoms so 40 wannier bands. I have asked for 46 bands but I do not understand why it is ...
- Sat May 04, 2024 4:53 am
- Forum: Running the code
- Topic: Error in routine epw_readin (1): You should define either filkf or nkf when band_plot = .true.
- Replies: 1
- Views: 2948
Error in routine epw_readin (1): You should define either filkf or nkf when band_plot = .true.
Hello EPW users and developers, I am getting this error: Error in routine epw_readin (1): You should define either filkf or nkf when band_plot = .true. regardless of specifying filkf. I have filkf in the same working directory but it still complaining about filkf? Here is my input: &inputepw prefix ...
- Tue Mar 05, 2024 6:32 pm
- Forum: Running the code
- Topic: Problem in wannierization
- Replies: 0
- Views: 13307
Problem in wannierization
Hi all, I am trying to wannierise hfte5, with spin orbit couplings. Before doing EPW calculation, I am testing from wannier90 code whether my projections, and others looks good or not. I am having trouble in matching wannierized bandstructure with dft band structure. The first problem is there is ...
- Mon Aug 07, 2023 4:24 pm
- Forum: Running the code
- Topic: Question for transport property calculations from EPW summer school
- Replies: 0
- Views: 51230
Question for transport property calculations from EPW summer school
Hi users and developers, I was participant of 2023 virtual school on many body calculations using EPW and BerkeleyGW. Unfortunately I had issue with HPC for the entire week and could not do hands on session. I am following pdf by Ponce and Leveillee for transport properties. I am trying to compute ...
- Sun Aug 06, 2023 11:20 pm
- Forum: Running the code
- Topic: corrupted size vs. prev_size
- Replies: 8
- Views: 21080
Re: corrupted size vs. prev_size
Hi Sabya, I have disregarded Hf:d orbital and which leaves 30 Wannier functions. So I set nbndsub=30 and bands_skipped='exclude_bands=1-160, 192-200' with 31 bands. Still I am getting the same error. How can I fix this issue? - Number of bands is ( 31) - Number of total bands is (200) - Number of ...