Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Koolstra"
given-names: "Gerwin"
orcid: "https://orcid.org/0000-0002-6574-5789"
title: "Quantum Electron"
version: 0.2.2
date-released: 2024-10-01
url: "https://github.com/gkoolstra/quantum_electron"
4 changes: 2 additions & 2 deletions examples/00_harmonic_well.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "neon",
"display_name": "eonhe",
"language": "python",
"name": "python3"
},
Expand All @@ -1061,7 +1061,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/00_potential_inspection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "neon",
"display_name": "eonhe",
"language": "python",
"name": "python3"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/01_square_well.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "neon",
"display_name": "eonhe",
"language": "python",
"name": "python3"
},
Expand All @@ -925,7 +925,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.3"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
22,555 changes: 12,060 additions & 10,495 deletions examples/04_time_dynamics.ipynb

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions examples/05_long_channel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,13 @@
"fm.plot_convergence()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Zoom in to see wheter there are dislocations in the crystal structure"
]
},
{
"cell_type": "code",
"execution_count": 14,
Expand Down
8,747 changes: 1,336 additions & 7,411 deletions examples/97_transmission_line.ipynb

Large diffs are not rendered by default.

Loading
Loading