Skip to content

Commit

Permalink
#138: Fixing tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-br committed Aug 15, 2024
1 parent 681bdc7 commit daa3085
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/Real_examples1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,12 @@
" ('C5', 'C6', 1), ('C6', 'C1', 1)] \n",
"\n",
"\n",
"#Define U_onsite, alpha and gamma matrix \n",
"\n",
"#Define U_onsite, alpha \n",
"u_onsite = np.array([10.84, 10.84, 10.84, 10.84, 10.84, 10.84])/2\n",
"alpha = 0 \n",
" \n",
"# Define the gamma matrix here (example shape) \n",
"# Define the gamma matrix here\n",
"norb = 6 # Number of orbitals for benzene (6 carbons) \n",
"gamma_matrix = np.zeros((norb, norb))\n",
"\n",
Expand Down Expand Up @@ -415,7 +416,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.10.11"
}
},
"nbformat": 4,
Expand Down

0 comments on commit daa3085

Please sign in to comment.