Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 651 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 651 Bytes

Trivial.Chemistry

The basic chemistry models.

Import

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

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 the reference to your project.

Namespace

Then add following namespace to your code file to use.

using Trivial.Chemistry;

Features