Author Topic: dft_half_parameters  (Read 2960 times)

0 Members and 1 Guest are viewing this topic.

Offline Dipankar Saha

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 516
  • Country: in
  • Reputation: 5
    • View Profile
dft_half_parameters
« on: January 23, 2019, 13:02 »
Hi,
Even if I don't enable DFT-1/2, I find "dft_half_parameters=Automatic" in the script !!
Is it okay?

Best_
Dipankar

Offline Ulrik G. Vej-Hansen

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 425
  • Country: dk
  • Reputation: 8
    • View Profile
Re: dft_half_parameters
« Reply #1 on: January 23, 2019, 14:31 »
Please elaborate - it should normally not appear if it is not enabled.

Offline Dipankar Saha

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 516
  • Country: in
  • Reputation: 5
    • View Profile
Re: dft_half_parameters
« Reply #2 on: January 24, 2019, 07:26 »
   
.......................
.......................
atomic_species="s2p2d1",
    hubbard_u=[0.0, 0.0, 0.0, 0.0, 0.0]*eV,
    dft_half_parameters=Automatic,
    filling_method=SphericalSymmetric,
    onsite_spin_orbit_split=[0.0, 0.0, 0.0, 0.0, 0.0]*eV,
    pseudopotential=NormConservingPseudoPotential("normconserving/upf2/S_PBE13.upf.zip"),
.......................
.......................


Offline Ulrik G. Vej-Hansen

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 425
  • Country: dk
  • Reputation: 8
    • View Profile
Re: dft_half_parameters
« Reply #3 on: January 24, 2019, 09:38 »
Right, now I understand. Yes, if you choose "Show defaults" it should be in the basis set definition in all cases. The actual use of DFT-1/2 is governed by the Exchange-Correlation functional, which would be e.g. "GGAHalf.PBE" if DFT-1/2 is used.

I know this is can be a little confusing, but this way of doing it allowed us to provide good element-specific defaults.

Offline Dipankar Saha

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 516
  • Country: in
  • Reputation: 5
    • View Profile
Re: dft_half_parameters
« Reply #4 on: January 24, 2019, 10:39 »
Okay... Thank you! :)