Skip to content

N-point spherical configuration generation with spherical area coordinate method

License

Notifications You must be signed in to change notification settings

bsxfun/sac_method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sac_method

N-point spherical configuration generation with spherical area coordinate method

See the preprint article for details.

Requirements

  • python >= 3.9.0
  • numpy >= 1.20.1
  • matplotlib >= 3.4.1
  • numba >= 0.53.0
  • scipy >= 1.7.0

Running (examples):

python sac_method.py --mn 1,1 2,0 2,0 2,0 2,0 2,0 --plot
python sac_method.py --mn 10,0 --plot
python sac_method.py --mn 4,0 4,0 --plot

Example image generated with:

python sac_method.py --mn 1,1 4,0 4,0 --plot

SAC method example

About

N-point spherical configuration generation with spherical area coordinate method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages