Posts by Rubens Filho • 9 points
2 posts
-
-2
votes1
answer436
viewsA: 3D Python Graphics
Z has to be a function that depends on X and Y. Ex: np.sin(x)*np.sin(y)
-
-1
votes1
answer42
viewsQ: For some reason I don’t know, this code is ignoring the complex part of the graph being that I need it. Could someone help me?
from qutip import* import numpy as np import matplotlib.pyplot as plt import cmath #Definitions omega=4 gamma=omega/4 #parameters E1=-1/2 E2=5/2…