Skip to main content

Physics and Chemistry Functions for GSU

Project description

To use this package, simply install using pip install Then do:

>>> import IChemPhy

1. PENDULUM SIMULATION The function associated with the Animation of Pendulum is funcPendulum(L, m) where the parameters are: L = length of the pendulum m = mass of the bob of the pendulum

For pendulum simulation simply do:

>>> IChemPhy.Physics.Dynamics.pendulum.funcPendulum(L,m)

2. ANIMATION FOR PROJECTILE MOTION The function associated with Projectile Motion is funcProjectileMotion() After calling the function, the user will be prompted to enter the values for the speed of the ball and the angle of the projection. The user input will be used to create a projectile motion animation.

For Projectile Motion animation simply do: >>> IChemPhy.Physics.Dynamics.projectile.funcProjectileMotion()

3. ELECTRO - MAGNETIC TRAJECTORY SIMULATION The function associated with the Electro-Magnetic Trajectory is funcElectroMagneticTrajectory(B,V0,A0,E,m,q) where the parameters are: B = Magnetic Field vector V0 = Initial Velocity vector A0 = Initial Position Vector E = Electric Field Vector m = Mass of the charged particle q = Charge on the particle

For example, the function parameters will be funcElectroMagneticTrajectory([0,2,0], [4,5,6],[1,2,3], [4,5,6], 0.01, 6)

For ElectroMagnetic field trajectory simply do: >>> IChemPhy.Physics.Dynamics.trajectory.funcElectroMagneticTrajectory(B,V0,A0,E,m,q)

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

IChemphy-0.47.tar.gz (7.6 kB view details)

Uploaded Source

File details

Details for the file IChemphy-0.47.tar.gz.

File metadata

  • Download URL: IChemphy-0.47.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for IChemphy-0.47.tar.gz
Algorithm Hash digest
SHA256 533dca59d028f5dd3974e0ff15a4e9c34f41b8117f3b911308e9037718c95af8
MD5 8b09422cc01b7fb5f453596ec18124dd
BLAKE2b-256 81931eaa170f9329e8a30ae2e5310165d36b5cfdb03faf51b23e3ae84ca2dab7

See more details on using hashes here.

Supported by

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