https://github.com/chakravala/leibniz.jl
Tensor algebra utility library
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.9%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Tensor algebra utility library
Basic Info
- Host: GitHub
- Owner: chakravala
- License: agpl-3.0
- Language: Julia
- Default Branch: master
- Homepage: https://grassmann.crucialflow.com
- Size: 63.5 KB
Statistics
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 0
- Releases: 18
Topics
Metadata Files
README.md
Leibniz.jl
Bit entanglements for tensor algebra derivations and hypergraphs
Although intended for compatibility use with the Grassmann.jl package for multivariable differential operators and tensor field operations, Leibniz can be used independently.
Extended dual index printing with full alphanumeric characters #62'
To help provide a commonly shared and readable indexing to the user, some print methods are provided: ```julia julia> Leibniz.printindices(stdout,Leibniz.indices(UInt(2^62-1)),false,"v") v₁₂₃₄₅₆₇₈₉₀abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
julia> Leibniz.printindices(stdout,Leibniz.indices(UInt(2^62-1)),false,"w")
w¹²³⁴⁵⁶⁷⁸⁹⁰ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
``
An application of this is inGrassmannandDirectSum`, where dual indexing is used.
Derivation
Generates the tensor algebra of multivariable symmetric Leibniz differentials and interfaces using Reduce, Grassmann to provide the ∇,Δ vector field operators, enabling mixed-symmetry tensors with arbitrary multivariate Grassmann manifolds.
```Julia julia> using Leibniz, Grassmann
julia> V = tangent(ℝ^3,4,3) ⟨+++⟩
julia> V(∇) ∂₁v₁ + ∂₂v₂ + ∂₃v₃
julia> V(∇^2) 0 + 1∂₁∂₁ + 1∂₂∂₂ + 1∂₃∂₃
julia> V(∇^3) 0 + 1∂₁∂₁∂₁v₁ + 1∂₂∂₂∂₂v₂ + 1∂₃∂₃∂₃v₃ + 1∂₂∂₁₂v₁ + 1∂₃∂₁₃v₁ + 1∂₁∂₁₂v₂ + 1∂₃∂₂₃v₂ + 1∂₁∂₁₃v₃ + 1∂₂∂₂₃v₃
julia> V(∇^4) 0.0 + 1∂₁∂₁∂₁∂₁ + 1∂₂∂₂∂₂∂₂ + 1∂₃∂₃∂₃∂₃ + 2∂₁₂∂₁₂ + 2∂₁₃∂₁₃ + 2∂₂₃∂₂₃
julia> ∇^2 == Δ true
julia> ∇, Δ (∂ₖvₖ, ∂ₖ²v) ```
This is an initial undocumented pre-release registration for testing with other packages.
Owner
- Name: Dream Scatter
- Login: chakravala
- Kind: user
- Website: https://crucialflow.com
- Repositories: 58
- Profile: https://github.com/chakravala
computational language algeber 🧐 abstract research mathematician
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Reed"
given-names: "Michael"
orcid: "https://orcid.org/0000-0002-8006-7816"
title: "Leibniz.jl"
version: 0.2.9
doi: 10.5281/zenodo.13879405
date-released: 2024-10-02
url: "https://github.com/chakravala/Leibniz.jl"
preferred-citation:
type: article
authors:
- family-names: "Reed"
given-names: "Michael"
orcid: "https://orcid.org/0000-0002-8006-7816"
doi: "10.5281/zenodo.101519786"
journal: "JuliaCon"
month: 1
start: 1 # First page number
end: 6 # Last page number
title: "Differential geometric algebra with Leibniz and Grassmann"
issue: 1
volume: 1
year: 2019
GitHub Events
Total
- Create event: 2
- Commit comment event: 4
- Release event: 2
- Push event: 2
Last Year
- Create event: 2
- Commit comment event: 4
- Release event: 2
- Push event: 2
Committers
Last synced: almost 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Michael Reed | 1****a | 21 |
| Kristoffer Carlsson | k****n@c****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 5 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 23 days
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 2.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- colemanbroad (1)
- KristofferC (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- julia 37 total
- Total dependent packages: 2
- Total dependent repositories: 0
- Total versions: 24
juliahub.com: Leibniz
Tensor algebra utility library
- Homepage: https://grassmann.crucialflow.com
- Documentation: https://docs.juliahub.com/General/Leibniz/stable/
- License: AGPL-3.0
-
Latest release: 0.2.11
published 5 months ago