https://github.com/stratismarkou/ga_spin_simulations
https://github.com/stratismarkou/ga_spin_simulations
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stratismarkou/ga_spin_simulations
- Owner: stratisMarkou
- Created: 2016-08-27T15:59:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T08:41:13.000Z (over 7 years ago)
- Last Synced: 2025-02-01T14:11:09.503Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geometric Algebra library and spin simluations
Background
This project was done in the scope of KUSP 2016 (http://kusp.ibs.re.kr/). Its aim is to compare the computational efficiency and accuracy of a Geometric Algebra (GA) approach - in simulating the evolution of a particle's spin - with those of the conventional cross product (CP) approach. For more info on the project, take a look at: http://tinyurl.com/j4wzwq8. For more on GA: http://tinyurl.com/h7ogoe5.
1. multivector.py: Contains the "multivector" class to represent linear combinations of geometric objects.
2. testSuite: Contains the "varyingBFieldTestSession" class to test the GA and CP approaches, and plot graphs of the results.