-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3-Tensor Operations and Constructors #415
Merged
Merged
Commits on Oct 7, 2020
-
3-tensor contractions with 2-tensor and 1-tensor
Added functionality to compute ``` a_ij = b_kij*c_k a_i = b_ijk*c_jk ```
Configuration menu - View commit details
-
Copy full SHA for 739df9c - Browse repository at this point
Copy the full SHA 739df9cView commit details
Commits on Oct 8, 2020
-
Fixed 3-tensor single contraction & Added testing
Omega-xyZac authored and Omega-xyZac committedOct 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 093e637 - Browse repository at this point
Copy the full SHA 093e637View commit details -
Forgot to switch inner and outer for loop
Omega-xyZac authored and Omega-xyZac committedOct 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 3785310 - Browse repository at this point
Copy the full SHA 3785310View commit details
Commits on Oct 9, 2020
-
Added double contractions w/ products
- This new functionality calculates `a_ijpm = b_ijkl*c_jkpm` and also provides testing. - I have re-enabled use of `:` operator since this is the most suitable.
Omega-xyZac authored and Omega-xyZac committedOct 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 0499f67 - Browse repository at this point
Copy the full SHA 0499f67View commit details -
- Also changed comment to correctly reflect computation
Omega-xyZac authored and Omega-xyZac committedOct 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 36ae454 - Browse repository at this point
Copy the full SHA 36ae454View commit details -
Omega-xyZac authored and Omega-xyZac committed
Oct 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 4136684 - Browse repository at this point
Copy the full SHA 4136684View commit details
Commits on Oct 10, 2020
-
Added further contractions & changed notation
Added ``` # a_ilm = b_ijk*c_jklm # a_ilm = b_ij*c_jlm # a_il = b_ijk*c_jkl # a_il = b_ij*c_jl ``` Implemented notation per S. Badia: ``` ⋅¹,⋅²,⋅³,⋅⁴,... # n-contractions ⋅¹ == ⋅ ⋅² == ⊡ ```
Omega-xyZac authored and Omega-xyZac committedOct 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 3791058 - Browse repository at this point
Copy the full SHA 3791058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ea786a - Browse repository at this point
Copy the full SHA 0ea786aView commit details -
Omega-xyZac authored and Omega-xyZac committed
Oct 10, 2020 Configuration menu - View commit details
-
Copy full SHA for f704056 - Browse repository at this point
Copy the full SHA f704056View commit details -
Removed `⋅¹` from line 598. Changed `\odot` to `\cdot\^2` in testing for double contraction (L487).
Omega-xyZac authored and Omega-xyZac committedOct 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 01a4519 - Browse repository at this point
Copy the full SHA 01a4519View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d5e64c - Browse repository at this point
Copy the full SHA 0d5e64cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6facb47 - Browse repository at this point
Copy the full SHA 6facb47View commit details -
Omega-xyZac authored and Omega-xyZac committed
Oct 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 355179d - Browse repository at this point
Copy the full SHA 355179dView commit details -
Omega-xyZac authored and Omega-xyZac committed
Oct 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 7a09a51 - Browse repository at this point
Copy the full SHA 7a09a51View commit details
Commits on Oct 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 83ca4e4 - Browse repository at this point
Copy the full SHA 83ca4e4View commit details -
Omega-xyZac authored and Omega-xyZac committed
Oct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for f1c1d3a - Browse repository at this point
Copy the full SHA f1c1d3aView commit details
Commits on Oct 13, 2020
-
Generalised double contraction
- Added generalised contraction. - Removed ⊡.
Omega-xyZac authored and Omega-xyZac committedOct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 45ab2b3 - Browse repository at this point
Copy the full SHA 45ab2b3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.