Skip to content

Constructing the Jacobi elliptic functions using boost within a C++ algorithm

Notifications You must be signed in to change notification settings

basavyr/C_ellipticFunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculating the Elliptic Functions in C++

Constructing the Jacobi elliptic functions using the boost1 library within a C++ algorithm.

The algorithm successfully calculates the potential energy of a triaxial rigid nucleus. The expression of the potential $V$ is expressed in terms of the general coordinate $q$.

  • $q$ is determined with the help of the Jacobi Amplitude -> the elliptic variables $sn$, $cn$ and $dn$ are required.
  • boost library provides a direct way of computing the mentioned functions.

Footnotes

  1. https://www.boost.org/

About

Constructing the Jacobi elliptic functions using boost within a C++ algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published