Skip to content

chemistry

Kingcean edited this page May 13, 2021 · 3 revisions

Trivial.Chemistry

NuGet package MIT licensed

This library includes the basic chemistry models.

Import

This library targets .NET 6, .NET 5, .NET Core 3.1, .NET Framework 4.8 and .NET Standard 2.0.

You can install the package from NuGet to your project by following way.

PM > Install-Package Trivial.Chemistry

Or you can also clone the repository to build and add as a reference to your project.

Namespace

Then add following namespace to your code file to use.

using Trivial.Chemistry;

Features

  • ChemicalElement
  • MolecularFormula
Clone this wiki locally