Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.29 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.29 KB

Stable Dev Build Status Codecov

GenericCharacterTables

This project aims to provide the functionalities of the Maple part of CHEVIE in Julia.

Currently the following functionalities are missing:

  • PrintValPhi
  • GreenFunctionsA
  • GreenFunctionsA2
  • PrintToTex (partially)

Build Docs

Run the following command inside the base directory:

julia --project=@. docs/make.jl

Run Tests

Run the following commands in a julia console inside the base directory:

pkg> activate .
pkg> test GenericCharacterTables