... | @@ -42,7 +42,7 @@ Energy evolution: |
... | @@ -42,7 +42,7 @@ Energy evolution: |
|
import numpy as np
|
|
import numpy as np
|
|
import matplotlib.pyplot as plt
|
|
import matplotlib.pyplot as plt
|
|
|
|
|
|
data = np.loadtxt("/home/gabrielw/sshfs/lumi/scratch/quantum_friction/td-ho-gw/trap-2d-alpha0.0.wlog", usecols=(1,4,5))
|
|
data = np.loadtxt("trap-2d-alpha0.0.wlog", usecols=(1,4,5))
|
|
|
|
|
|
fig, ax = plt.subplots()
|
|
fig, ax = plt.subplots()
|
|
ax.plot(data[:,0], data[:,2], color='red', label=r'energy', lw=3.0)
|
|
ax.plot(data[:,0], data[:,2], color='red', label=r'energy', lw=3.0)
|
... | | ... | |