Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duetosymmetry/tracefree
xAct xTension to define tensors as trace-free
https://github.com/duetosymmetry/tracefree
Last synced: 23 days ago
JSON representation
xAct xTension to define tensors as trace-free
- Host: GitHub
- URL: https://github.com/duetosymmetry/tracefree
- Owner: duetosymmetry
- Created: 2013-11-12T20:17:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-12T20:22:55.000Z (almost 11 years ago)
- Last Synced: 2023-05-15T00:40:18.075Z (over 1 year ago)
- Language: Objective-C
- Size: 105 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TraceFree
=======TraceFree is a simple xTension package for xAct.
It is forked from [HelloWorldxTension](https://github.com/xAct-contrib/HelloWorldxTension) as an example
of what needs to be changed to create a new package.
This package serves as an example for the framework
needed to create a package, and how to use xTension
to extend the capabilities of xAct.Installation
------------
This directory should reside inside your xAct installation,
at the same level as xCore, xTensor, etc.
The directory tree should look like this:
```
xAct
|-- ...
|-- TraceFree
| |-- Kernel
| | +-- init.m
| |-- TraceFree.m
| |-- TraceFree.nb
| +-- README.md (this file)
|-- xTensor
|-- ... (other xAct packages)
```