In this PR, I update the input toml file for the Ce2O3 tutorial.
In the updated toml file,
enforce_off_diag = falseh_int_basis = "qe"
are added.
The first line was added because the default value of that tag is set to true, and in this tutorial, we aimed to avoid that for affordable computational time.
The second line was added because, when this tutorial was created, the tag h_int_basis did not exist in older version. Now, we set it to "qe" to ensure the correct orbital order, as intended in the tutorial.
Hi,
In this PR, I update the input toml file for the Ce2O3 tutorial.
In the updated toml file,
enforce_off_diag = false
h_int_basis = "qe"
are added.
The first line was added because the default value of that tag is set to
true
, and in this tutorial, we aimed to avoid that for affordable computational time. The second line was added because, when this tutorial was created, the tagh_int_basis
did not exist in older version. Now, we set it to"qe"
to ensure the correct orbital order, as intended in the tutorial.Thanks! Ina