All Projects → TechPenguineer → chemispy

TechPenguineer / chemispy

Licence: MPL-2.0 license
A library for using chemistry in your applications

Programming Languages

python
139335 projects - #7 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to chemispy

periodum
Periodum: An Interactive, Open-Source Periodic Table!
Stars: ✭ 346 (+1135.71%)
Mutual labels:  science, chemistry
bioicons
A library of free open source icons for science illustrations in biology and chemistry
Stars: ✭ 665 (+2275%)
Mutual labels:  science, chemistry
mlearn
Benchmark Suite for Machine Learning Interatomic Potentials for Materials
Stars: ✭ 89 (+217.86%)
Mutual labels:  science, chemistry
senpai
Molecular dynamics simulation software
Stars: ✭ 124 (+342.86%)
Mutual labels:  science, chemistry
qmflows
This library tackles the construction and efficient execution of computational chemistry workflows
Stars: ✭ 35 (+25%)
Mutual labels:  science, chemistry
pem-dataset1
Proton Exchange Membrane (PEM) Fuel Cell Dataset
Stars: ✭ 48 (+71.43%)
Mutual labels:  science, chemistry
CATmistry
Chemistry, Gamified
Stars: ✭ 15 (-46.43%)
Mutual labels:  science, chemistry
SciCompforChemists
Scientific Computing for Chemists text for teaching basic computing skills to chemistry students using Python, Jupyter notebooks, and the SciPy stack. This text makes use of a variety of packages including NumPy, SciPy, matplotlib, pandas, seaborn, NMRglue, SymPy, scikit-image, and scikit-learn.
Stars: ✭ 65 (+132.14%)
Mutual labels:  science, chemistry
molecules
chemical graph theory library for JavaScript
Stars: ✭ 83 (+196.43%)
Mutual labels:  science, chemistry
Atomic-Periodic-Table.Android
Atomic - Periodic Table
Stars: ✭ 33 (+17.86%)
Mutual labels:  science, chemistry
Gitscience
A curated list of science- and engineering related repositories on GitHub and in neighboring counties
Stars: ✭ 8 (-71.43%)
Mutual labels:  science, chemistry
pbcpy
Python package providing some useful tools when dealing with molecules and materials under periodic boundary conditions and uniform grids. This is a mirror of https://gitlab.com/ales.genova/pbcpy
Stars: ✭ 18 (-35.71%)
Mutual labels:  science, chemistry
Periodic Table
Periodic elements data
Stars: ✭ 119 (+325%)
Mutual labels:  science, chemistry
Qvge
Qt Visual Graph Editor
Stars: ✭ 237 (+746.43%)
Mutual labels:  science
Heisenberg
Chemical Structure Builder with Swift & iOS ⚛️🧪
Stars: ✭ 51 (+82.14%)
Mutual labels:  chemistry
Ten Rules
Ten simple rules for better figures
Stars: ✭ 236 (+742.86%)
Mutual labels:  science
Homebrew Bio
🍺🔬 Bioinformatics formulae for the Homebrew package manager (macOS and Linux)
Stars: ✭ 237 (+746.43%)
Mutual labels:  science
diofant
A Python CAS library
Stars: ✭ 61 (+117.86%)
Mutual labels:  science
spectral-workbench.js
The JavaScript heart of Spectral Workbench; a Public Lab project to record, manipulate, and analyze spectrometric data.
Stars: ✭ 40 (+42.86%)
Mutual labels:  science
Resources
📖 Huge curated collection (archive) of links of Tech, Science, Economics, Politics, Life, Philosophy, Conferences, Videos and much more resources from everyday surfing. ⭐️ Since October 21, 2017.
Stars: ✭ 236 (+742.86%)
Mutual labels:  science

Chemistry in python

Resources Used

The following items are not made by me! Click the words to go to the original source

Periodic Tab Json -> Used in -> periodic_table.json

Installation

pip install chemispy

Usage

from chemispy import *

Atomic Number Query

query.query_atomic_number(1)

Return's the name of the element corresponding to the atomic number

Elements List

print(query.list_types())

Returns a list of all elements (Used mostly for debugging)

Custom Elements

from chemispy.utils.atomic_number_query import atomic_number_query

atomic_number_query.elements.append("ELEMENT_119")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].