Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
projects:quantum:hottblockp1 [2025/09/23 11:39] kymkiprojects:quantum:hottblockp1 [2025/09/23 11:46] (current) kymki
Line 30: Line 30:
 <code python> <code python>
 import numpy as np import numpy as np
-import hott_bloch_edu as h+import hottbloch as h
  
 # Basis states # Basis states
Line 59: Line 59:
  
 <code bash> <code bash>
-python hott_bloch_edu.py --out ./hott_outputs --loop equator --theta 0+python hottbloch.py --out ./hott_outputs --loop equator --theta 0
 </code> </code>