Skip to main content

MatterPy

MatterPy is a Python library that calculates various properties of matter, including charge, volume, density, instantaneous velocity and speed, mass, gravitational force, temperature, gas pressure, voltage, and more.

To Install

  pip install MatterPy

To Use

After installation, make sure to create an instance of the object. For example:

  newtons_apple = matter()

After this, use the set functions to setup information. (These set methods take input, then use it to perform calculations, before storing it in a variable. This variable can be retrieved using the get methods that are shown later):

setCharge(electrons)# Sets the charge of the object in Coulombs, based on the number of electrons provided as an argument.
setVolumeCube(length)# Sets the volume of the object to a cube with side length length.
setVolumeCone(radius, height)# Sets the volume of the object to a cone with base radius radius and height height.
setVolumeCylinder(radius, height)# Sets the volume of the object to a cylinder with base radius radius and height height.
setVolumeSphere(radius)# Sets the volume of the object to a sphere with radius radius.
setVolumeRectPrism(length, w, h)# Sets the volume of the object to a rectangular prism with length length, width w, and height h.
setDensity(mass) # Sets the density of the object, based on its mass and volume. Note that the volume must be set before calling this function.
setInstVelocity(x1, y1, z1, x2, y2, z2, t1, t2) # Sets the instantaneous velocity of the object, based on its position at two different times.
setInstSpeed(x1, y1, z1, x2, y2, z2, t1, t2) # Sets the instantaneous speed of the object, based on its position at two different times.
setMass(mass)# Sets the mass of the object.
setVelocity(velocity)# Sets the velocity of the object.
setHeight(height)# Sets the height of the object.
setVolts(voltage)# Sets the voltage of the object.
setLocalGravityForce(g)# Sets the local gravitational force.
setTemperature(temp)# Sets the temperature of the object.
setAtomicNumber(number) # Sets the atomic number of the element
setAtomicMass(mass) # sets the atomic mass of the element
setResistance(voltage, current) # Calculates and sets resistance of the element
setCapacitance(charge, voltage) # Calculates and sets capacitance of the object
setHalfLife(life) # sets the half life
setSphereSurfaceArea(radius) # surface area
setCylinderSurfaceArea(radius, height)# surface area
setConeSurfaceArea(radius, height)# surface area
setRectSurfaceArea(length, width, height)# surface area
setMomentum() # sets momentum (needs velocity and mass set first)

Here are some functions that you can use to retrieve information about your object:
getCharge() # retrieves the charge of the object in Coulombs
getVolume() # retrieves the volume of the object in cubic meters
getDensity() # retrieves the density of the object in kilograms per cubic meter
getInstVelocity() # retrieves the instantaneous velocity of the object in meters per second
getInstSpeed() # retrieves the instantaneous speed of the object in meters per second
getLocalGravity() # retrieves the local gravitational force in meters per second squared
getGasPressure(gas_density) # retrieves the gas pressure in pascals, based on the gas density and temperature
getVolts() # retrieves the voltage of the object in volts
getKineticEnergy() # gets kinetic energy in joules. Must have set velocity and mass
getDecayRate() # gets decay rate of element
getNuclearBindingEnergy() # gives nuclear binding energy of element in joules
getResistance() # gives resistance of the object
getSurfaceArea() # gives the surface area. Must have previously set it in the set funcs
luminosity(radius) # luminosity of the object
getSchwarzschildFrequency() # astrophysics
getEscapeVelocity(radius) # astrophysics
getSchwarzschildRadius() # astrophysics
getCapacitance() # returns capcitance
getWeight() # returns force exerted by gravity in N
returnConsts() # returns physics constants
getMomentum() # returns momentum (momentum needs to be set first)
getElementName() # atomic number must be set first

An error control system has been programmed in case that the user tries to use a get function without setting the appropriate values. The function will return a set of instructions on what to do in order to use the func.

Release files for MatterPy 0.0.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for MatterPy 0.0.5
File Size Uploaded
MatterPy-0.0.5.tar.gz 6.4 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for MatterPy 0.0.5
File Interpreter ABI Platform
MatterPy-0.0.5-py3-none-any.whl Python 3 none any Details

Total release size: 13.3 kB

Release files / MatterPy-0.0.5.tar.gz

Download URL MatterPy-0.0.5.tar.gz
Size 6.4 kB
Tags Source
SHA-256 checksum
How to use checksums
626a8d5213a3dfb623d914c94f7dc09b262b06c11677e600d1c05acc009091c9
BLAKE2b-256 checksum
How to use checksums
140a066253fb04361ef74c549a4ae487705637286472ace5f50182891e226437
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / MatterPy-0.0.5-py3-none-any.whl

Download URL MatterPy-0.0.5-py3-none-any.whl
Size 6.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
bc53d3916cb6ec3a99b753b8339b366ab874663e451086c6c8cff6d2eec7e69a
BLAKE2b-256 checksum
How to use checksums
256a68b0805a1cc7163acc01034747662ec29c15d9fbb01f3f81b8237d3ccc83
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release history Release notifications | RSS feed

This release

0.0.5 This release

2 release files

0.0.4

2 release files

0.0.3

2 release files

0.0.2

2 release files

0.0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page