Dear prof.
Uthpala,
I want study the correlation effect of Yb, and set the d and f orbitals as the correlated orbitals. However the INPUT.py file seems not right. Could you give me some suggestions?
Please find the details of INPUT.py at the end of the text.
Best
Chao
$ more INPUT.py
################ Input parameters for DFT+DMFT calculations ##################
###### Main loop parameters ###########
p = {
"Niter": 1, # Number of DFT+DMFT iterations
"Ndft": 1, # Number of DFT iterations
"Nit": 15, # Number of DMFT iterations
"n_tot": 24.0, # Number of total electrons
"nf": 7.0, # Number of target Nd
"nspin": 1, # Number of total spins
"atomnames": ["Yb","Yb"], # The name of atoms
"orbs": ["d","f"], # The name of orbitals
"L_rot": [0, 0], # Whether rotate local axis or not
"cor_at": ["Yb1","Yb1"], # Correlated atoms, put symmetry atoms in the same list
"cor_orb": [
["d_z2","d_x2y2","d_xz","d_yz","d_xy"],["f-3","f-2","f-1","f0","f1","f2","f3"]
], # DMFT orbitals, other orbitals are treated by HF
"U": [5.0], # Intra-U for each cor_at
"J": [1.0], # Hund's coupling
"alpha": [0.2], # Double counting parameter
"mix_sig": 0.2, # Mixing parameter for Sigma
"q": [20, 20, 20], # Number of k-points for Wannier k-sum
"ewin": [-4, 8.1], # Energy Window with respect to Fermi energy
"noms": 400, # Number of Matsubara frequencies for k-sum
"dc_type": 1, # Vdc type
"mu_iter": 100, # Steps for the chemical potential convergence
"Nd_qmc": 0, # 0: Use Nd_latt, 1: Use Nd_imp
"path_bin": "DMFTwDFT-master-nscc/bin/", # Path to bin files
}
$ more slurm.out
Calculation type : Non-charge self-consistent DFT+DMFT calculation
Traceback (most recent call last):
File "DMFTwDFT-master-nscc/bin/RUNDMFT.py", line 234, in <module>
Calculation type : Non-charge self-consistent DFT+DMFT calculation
Traceback (most recent call last):
File "DMFTwDFT-master-nscc/bin/RUNDMFT.py", line 234, in <module>
Calculation type : Non-charge self-consistent DFT+DMFT calculation
Traceback (most recent call last):
File "DMFTwDFT-master-nscc/bin/RUNDMFT.py", line 234, in <module>
TB.Compute_cor_idx(cor_at, cor_orb)
TB.Compute_cor_idx(cor_at, cor_orb)
File "DMFTwDFT-master-nscc/bin/Struct.py", line 190, in Compute_cor_idx
File "DMFTwDFT-master-nscc/bin/Struct.py", line 190, in Compute_cor_idx
TB.Compute_cor_idx(cor_at, cor_orb)
self.ncor_orb += len(self.TB_orbs[at])
File "DMFTwDFT-master-nscc/bin/Struct.py", line 190, in Compute_cor_idx
KeyError: 'Y'
self.ncor_orb += len(self.TB_orbs[at])
KeyError self.ncor_orb += len(self.TB_orbs[at])
: 'Y'
Calculation type : Non-charge self-consistent DFT+DMFT calculation
.........