Shikhar1998 / atomospy

A Python Implementation of Relativistic Physics
GNU General Public License v3.0
5 stars 0 forks source link

How does atomospy simulate Lorentz Transform? #12

Open uditagarwal97 opened 6 years ago

uditagarwal97 commented 6 years ago

via images? animations? models? or what

Shikhar1998 commented 6 years ago

For now, I have implemented it using 3-D plots, you can find it here. This code involves plotting (x, y, z, t) i.e 4 dimensions using 3 space axis's and color gradient feature. In future, I intend to use graphics library of python to implement the same using animation. I believe this would be even a better add-on.