Skip to main content

A low-level chemistry library for solving and practicing chemistry problems.

Project description

Chemsolve

PyPI version Downloads License: MIT Travis (.com) Latest Commit

Chemsolve is a library for solving and practicing chemistry problems. It's made to have easy usability while still retaining a powerful engine with functionality allowing it to tackle more complicated problems. It was designed as a tool for lower-level chemistry and problem solving as opposed to a materials science or higher-level chemistry library.

Installation

Chemsolve currently runs on Python 3.6 or higher. You can install it from PyPi via pip:

pip install chemsolve

if you want to install it directly from this repository:

git clone https://github.com/amogh7joshi/chemsolve.git
cd chemsolve
python setup.py install

Then execute:

# Install system requirements.
python3 -m pip install -r requirements.txt 

# Try it out
cd tests
python3 elementtest.py

Chemsolve makes use of the chempy library for backend stoichiometry calculations.

Using Chemsolve

Chemsolve relies heavily on an object-based framework with classes representing important objects in chemistry: elements, compounds, reactions. The structure of Chemsolve is similar to the following:

Classes

In addition, Chemsolve includes numerous features to ease chemistry calculations, available in the associated modules within Chemsolve, such as molarity and molality calculations in chemsolve.solutions and the ideal gas formula within chemsolve.gases.

Examples

Examples for all of the primary implemented structures can be found in /examples:

  1. The Element Class and usage.
  2. The Compound Class and usage.
  3. The Reaction Class and usage.

In this example, we will use the Reaction class.

Import the required module(s):

from chemsolve import Compound, Reaction

Create the Necessary Object and its Object parameters:

# Compounds which will be reacted.
r1 = Compound("NH3", grams = 5.00)
r2 = Compound("O2", grams = 3.46)
p1 = Compound("NO2")
p2 = Compound("H2O")
reaction = Reaction(r1, r2, "-->", p1, p2)

From here, you can access the object's attributes.

print(reaction.balanced_reaction)
print(reaction.limiting_reactant)

For further reference, please visit /examples.

License

All code in this library is available under the MIT License. You are welcome to download the repository on your own and work with it, however.

Issues

If you notice an issues or bugs with the library, please feel free to create an issue. Make sure to follow the issue guidelines.

Contributions

Contributions are always welcome, and feel free to contribute to the library. Please make sure to follow the pull request guidelines.

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

chemsolve-1.8.3.tar.gz (33.6 kB view details)

Uploaded Source

Built Distribution

chemsolve-1.8.3-py3-none-any.whl (41.8 kB view details)

Uploaded Python 3

File details

Details for the file chemsolve-1.8.3.tar.gz.

File metadata

  • Download URL: chemsolve-1.8.3.tar.gz
  • Upload date:
  • Size: 33.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.3

File hashes

Hashes for chemsolve-1.8.3.tar.gz
Algorithm Hash digest
SHA256 c6e0b08195a954767563cca34579a2b80370f6c48d64ba6eb227ff467ea3dca2
MD5 f049e677b7e6558eb3ba209b9f7af01c
BLAKE2b-256 11b8306735410c2551521837bf4490fb521f7498fcb9a8255b4e041222f7b6e7

See more details on using hashes here.

File details

Details for the file chemsolve-1.8.3-py3-none-any.whl.

File metadata

  • Download URL: chemsolve-1.8.3-py3-none-any.whl
  • Upload date:
  • Size: 41.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.3

File hashes

Hashes for chemsolve-1.8.3-py3-none-any.whl
Algorithm Hash digest
SHA256 cad2ab652d25eb782123987f35f5ed07ebdea498dda030cc194005e85d06b4f7
MD5 07630c4f91adb4bb3ab30af8cb07a086
BLAKE2b-256 820bc20db88134c71e02dbac5b24ba62684bc55044235f01754ac60c456b9199

See more details on using hashes here.

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