I get thrown a AttributeError: 'Particle' object has no attribute 'MomentumSum' , if someone could help that would be great, thanks

前端 未结 0 1980
情深已故
情深已故 2020-12-15 02:24
import numpy as np
import math

class Particle:
    def __init__(self,position=np.array([0, 0, 0], dtype=float),velocity=np.array([0, 0, 0], dtype=float),acceleratio         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题