Skip to content

Commit a42defa

Browse files
committed
update project list and notebook
1 parent abf7888 commit a42defa

2 files changed

Lines changed: 25 additions & 16 deletions

File tree

book/problems/Final_Project_Ideas.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@
6464

6565
1. ~~Explain semiconducting vs. metallic nanotubes at the Huckel level.~~ (Project Claimed)
6666

67+

book/problems/HF_dft.ipynb

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3269,7 +3269,7 @@
32693269
},
32703270
{
32713271
"cell_type": "code",
3272-
"execution_count": 14,
3272+
"execution_count": null,
32733273
"id": "ef026bb9",
32743274
"metadata": {
32753275
"colab": {
@@ -3293,23 +3293,31 @@
32933293
"\n",
32943294
"# Write a function to solve the self-consistent field equations using the Harris-functional guess.\n",
32953295
"\n",
3296-
"def solve_scf(atnums, atcoords, ao_basis, n_electrons, guess_type='fermi-amaldi', method='fermi-amaldi', max_iter=100, tol=1e-6):\n",
3297-
" r\"\"\"Solve the self-consistent field equations using the Harris-functional guess.\n",
3298-
"\n",
3299-
" Parameters\n",
3300-
" ----------\n",
3301-
" atnums : list of int\n",
3302-
" Atomic numbers of the atoms in the molecule.\n",
3303-
" atcoords : numpy.ndarray[float, shape=(n_atoms, 3)]\n",
3304-
" Coordinates of the atoms in the molecule.\n",
3305-
" ao_basis : list of `GeneralizedContractionShell` instances\n",
3306-
" Atomic orbital basis set for the molecule.\n",
3307-
" n_electrons : numpy.ndarray[int, shape=(2,)]\n",
3308-
" Number of electrons in the molecule (of each spin channel).\n",
3309-
" guess_type : {\"fermi-amaldi\", \"lsda\", \"hartree\"}\n",
3310-
" Type of Harris-functional guess to compute. Choices are LSDA (exchange-only), Fermi-Amaldi, and Hartree."
3296+
"# def solve_scf(atnums, atcoords, ao_basis, n_electrons, guess_type='fermi-amaldi', method='fermi-amaldi', max_iter=100, tol=1e-6):\n",
3297+
"# r\"\"\"Solve the self-consistent field equations using the Harris-functional guess.\n",
3298+
"\n",
3299+
"# Parameters\n",
3300+
"# ----------\n",
3301+
"# atnums : list of int\n",
3302+
"# Atomic numbers of the atoms in the molecule.\n",
3303+
"# atcoords : numpy.ndarray[float, shape=(n_atoms, 3)]\n",
3304+
"# Coordinates of the atoms in the molecule.\n",
3305+
"# ao_basis : list of `GeneralizedContractionShell` instances\n",
3306+
"# Atomic orbital basis set for the molecule.\n",
3307+
"# n_electrons : numpy.ndarray[int, shape=(2,)]\n",
3308+
"# Number of electrons in the molecule (of each spin channel).\n",
3309+
"# guess_type : {\"fermi-amaldi\", \"lsda\", \"hartree\"}\n",
3310+
"# Type of Harris-functional guess to compute. Choices are LSDA (exchange-only), Fermi-Amaldi, and Hartree."
33113311
]
33123312
},
3313+
{
3314+
"cell_type": "code",
3315+
"execution_count": null,
3316+
"id": "83aadb06",
3317+
"metadata": {},
3318+
"outputs": [],
3319+
"source": []
3320+
},
33133321
{
33143322
"cell_type": "markdown",
33153323
"id": "cd320950",

0 commit comments

Comments
 (0)