Skip to main content

find CG coefficients, find the sum of all natural numbers from 1 to n

Project description

clebg

Calculate Clebsch–Gordan coefficients

Typical usage:

#!/usr/bin/env python

from cg import ClebschGordan
ClebschGordan.execute('myImage.png',0.5,0.5,'Default','Default')

this will create an image(myImage.png) in working directory

for graphical frontend, open the terminal and type:

clebg

cg

Calculate sum of all natural numbers from 1 to n using Carl Friedrich Guass[1777-1855, Germany] algo

Typical usage:

#!/usr/bin/env python

from cg import german
print german.sum(999)

gcd

To find GCD/GCF of two numbers by Euclid’s GCD algorithm

Typical usage:

#!/usr/bin/env python

from cg import german
print german.gcd(999, 56)

Installation

Install using PyPI:

pip install carlfg

to uninstall:

pip uninstall carlfg

source code at github.com/psachin/carlfg

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

carlfg-0.31.tar.gz (7.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page