Skip to content

nt-lib/CurveArith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CurveArith

Computes gonalities and class groups of curves over finite fields using Magma

Usage

Start magma from the root directory of this repository and run:

AttachSpec("CurveArith.spec");

in order to load this magma package.

Automated Testing

The code in this repository can be tested automatically. If you have make installed this can be done as follows:

make test

The tests can also be run manually:

cd tests
magma -n src/test_all.m

At the momemnt it is only possible to run the tests from the tests folder. Running them from any other folder will result in an error. The reason for this is how load works in magma.

About

Computes gonalities and class groups of curves over finite fields using Magma

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published