Skip to content

Latest commit

 

History

History

chemistry

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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