Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 610 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 610 Bytes

HelloWorldxTension

HelloWorldxTension is a trivial package for xAct. 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
|-- ...
|-- HelloWorldxTension
|   |-- Kernel
|   |   +-- init.m
|   |-- HelloWorldxTension.m
|   |-- HelloWorldxTension.nb
|   +-- README.md  (this file)
|-- xTensor
|-- ... (other xAct packages)