Loading...
Loading...
Inorganic chemistry, physical chemistry, and materials science — crystal structures, coordination chemistry, bonding theory (covalency, orbital mixing), symmetry/point groups, thermodynamics, kinetics, spectroscopy interpretation, noble gas compounds, lanthanide/actinide chemistry. Use for questions about crystal systems, unit cells, density calculations, metal complexes, solid-state chemistry, or physical chemistry calculations.
npx skill4agent add mims-harvard/tooluniverse tooluniverse-inorganic-physical-chemistryCrystalStructure_validatepython3 skills/tooluniverse-organic-chemistry/scripts/crystal_validator.py --a X --b Y --c Z --alpha A --beta B --gamma G --Z N --MW M --density D--datasets path/to/datasets.jsonpython3 skills/tooluniverse-organic-chemistry/scripts/chemistry_facts.py point_groupsEquilibriumSolver_calculatetypekspstoichequilibrium_solver.py# Simple Ksp: MaXb(s) <-> aM + bX
python3 skills/tooluniverse-inorganic-physical-chemistry/scripts/equilibrium_solver.py \
--type ksp_simple --ksp 5.3e-27 --stoich 1:3
# Ksp + complex formation (e.g., Al(OH)3 in water with Al(OH)4- complex)
python3 skills/tooluniverse-inorganic-physical-chemistry/scripts/equilibrium_solver.py \
--type ksp_kf --ksp 5.3e-27 --kf 1.1e33 --stoich 1:3
# Common ion effect (e.g., AgCl in 0.1M NaCl)
python3 skills/tooluniverse-inorganic-physical-chemistry/scripts/equilibrium_solver.py \
--type common_ion --ksp 1.77e-10 --stoich 1:1 --common-ion 0.1ksp_kfMX_b + X- <-> MX_(b+1)-common_ion--stoich a:bpython3 skills/tooluniverse-organic-chemistry/scripts/chemistry_facts.py| Tool | Use For |
|---|---|
| Get compound CID from name |
| Detailed compound data by CID |
| Bioactive compounds |
| Literature on synthesis conditions, properties |
| Verify crystal structure data consistency |
| Ksp, complex formation, common-ion solubility |