The basic chemistry models.
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.
Then add following namespace to your code file to use.
using Trivial.Chemistry;