Skip to content

Commit c11982f

Browse files
committed
[doc] change name of config.toml to dmft_config.toml in NNO afm tutorial
1 parent 7f14906 commit c11982f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/tutorials/NNO_os_plo_mag/tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
"source": [
396396
"## 3. Running the AFM calculation\n",
397397
"\n",
398-
"now we run the calculation at around 290 K, which should be below the ordering temperature of NdNiO2 in DMFT. The config file [config.toml](config.toml) for solid_dmft looks like this: \n",
398+
"now we run the calculation at around 290 K, which should be below the ordering temperature of NdNiO2 in DMFT. The config file [dmft_config.toml](dmft_config.toml) for solid_dmft looks like this: \n",
399399
"\n",
400400
" [general]\n",
401401
" seedname = \"nno\"\n",
@@ -460,7 +460,7 @@
460460
"* `perform_tail_fit=true` : here we use tail fitting to get good high frequency self-energy behavior\n",
461461
"* `measure_density_matrix = true ` measures the impurity many-body density matrix in the Fock basis for a multiplet analysis\n",
462462
"\n",
463-
"By setting the flag magmom to a small value with a flipped sign on both sites we tell solid_dmft that both sites are related by flipping the down and up channel. Now we run solid_dmft simply by executing `mpirun solid_dmft config.toml`. \n",
463+
"By setting the flag magmom to a small value with a flipped sign on both sites we tell solid_dmft that both sites are related by flipping the down and up channel. Now we run solid_dmft simply by executing `mpirun solid_dmft`. \n",
464464
"\n",
465465
"Caution: this is a very heavy job, which should be submitted on a cluster. \n",
466466
"\n",

0 commit comments

Comments
 (0)