Need some help in finding error in the simulation. #1914
the-morpheus21
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was working on Simulation of Hydrogen atoms orbital simulation. I wrote a code for doing it with manim for a part of it.
Now I am getting an error
ValueError: non-broadcastable output operand with shape (16,1) doesn't match the broadcast shape (16,3)
This is the code that I have written
`
from manim import *
import numpy as np
import scipy.special as spf
class HydroSimul(ThreeDScene): #phi = v theta = u
def psi_Y(self,v,u):
Hope to solve it soon. Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions