ChemSharp.Molecules
1.0.15
See the version list below for details.
dotnet add package ChemSharp.Molecules --version 1.0.15
NuGet\Install-Package ChemSharp.Molecules -Version 1.0.15
<PackageReference Include="ChemSharp.Molecules" Version="1.0.15" />
paket add ChemSharp.Molecules --version 1.0.15
#r "nuget: ChemSharp.Molecules, 1.0.15"
// Install ChemSharp.Molecules as a Cake Addin #addin nuget:?package=ChemSharp.Molecules&version=1.0.15 // Install ChemSharp.Molecules as a Cake Tool #tool nuget:?package=ChemSharp.Molecules&version=1.0.15
<p align="center"> <img src="https://raw.githubusercontent.com/JensKrumsieck/ChemSharp/master/icon.png" height="125px" /></p> <h1 align="center" >ChemSharp.Molecules</h1>
Package for processing of molecule related files.
Features
- Open and process Molecular files (see Supported Filetypes)
- Sum formula operations and elemental analysis calculation
- Using Elemental Data from https://github.com/JensKrumsieck/periodic-table
- Blazor View:
ChemSharp.Molecules.Blazor
Basic Usage
Create Molecules
Molecules can be created in a lot of ways. The easiest way is to use MoleculeFactory.Create, which accepts a string path. Depending on the File extension the correct DataProvider is used to load the file.
//Creates a molecule from cif file
const string path = "files/cif.cif";
var mol = MoleculeFactory.Create(path);
It is also possible to create a Molecule by using a specific DataProvider (e.g. if automatic detection fails or you only want to support a selected number of file types)
//You can also create molecules by selecting the provider yourself
const string path = "files/benzene.mol2";
var provider = new Mol2DataProvider(path);
var mol = new Molecule(provider);
You can also add Atoms and Bonds as Lists if you got the data from somewhere else.
//...or by just adding the Atoms & Bonds as Lists
const string path = "files/cif.cif";
var provider = new CIFDataProvider(path);
var mol = new Molecule(provider.Atoms, provider.Bonds);
Supported Files:
- Import (XYZ, CIF (crystallographic information file, CCDC), MOL2 (TRIPOS Mol2), PDB (Protein Data Bank file), CDXML (Single Molecule only))
- Export (XYZ, MOL2)
<hr/>
Used Libraries:
Compatibility
- .NET Standard 2.0, .NET Standard 2.1, .NET 5, .NET 6
- Unity (see Wiki <a href="https://github.com/JensKrumsieck/ChemSharp/wiki/Use-with-Unity"><img src="https://img.shields.io/badge/Unity-100000?logo=unity&logoColor=white"/></a>)
- Godot Engine (see Wiki for Snippet)
- Blazor (see ChemSharp.Molecules.Blazor)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- ChemSharp (>= 1.0.15)
- System.Text.Json (>= 6.0.1)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.1
- ChemSharp (>= 1.0.15)
- System.Text.Json (>= 6.0.1)
-
net5.0
- ChemSharp (>= 1.0.15)
- System.Text.Json (>= 6.0.1)
-
net6.0
- ChemSharp (>= 1.0.15)
- System.Text.Json (>= 6.0.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ChemSharp.Molecules:
Package | Downloads |
---|---|
ChemSharp.Rendering
Chemsharp.Rendering: DEPRECATED |
|
ChemSharp.Molecules.Blazor
Blazor Extension for ChemSharp.Molecules |
|
ChemSharp.Molecules.HelixToolkit
HelixToolkit Bindings for ChemSharp.Molecules |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.1.1 | 184 | 2/19/2024 | |
2.1.0 | 240 | 7/31/2023 | |
2.0.1 | 316 | 6/20/2023 | |
2.0.0 | 344 | 3/1/2023 | |
2.0.0-beta.1 | 166 | 12/1/2022 | |
2.0.0-alpha.3 | 110 | 9/13/2022 | |
2.0.0-alpha.2 | 105 | 9/5/2022 | |
2.0.0-alpha.1 | 107 | 9/2/2022 | |
1.1.0-beta.2 | 150 | 7/26/2022 | |
1.1.0-beta.1 | 160 | 5/16/2022 | |
1.0.15 | 762 | 1/27/2022 | |
1.0.14 | 522 | 1/24/2022 | |
1.0.13 | 435 | 12/5/2021 | |
1.0.12 | 355 | 12/5/2021 | |
1.0.11 | 3,334 | 11/25/2021 | |
1.0.10 | 615 | 8/6/2021 | |
1.0.9 | 589 | 7/2/2021 | |
1.0.8 | 553 | 6/18/2021 | |
1.0.7 | 570 | 6/16/2021 | |
1.0.6 | 624 | 5/20/2021 | |
1.0.5 | 577 | 5/20/2021 | |
1.0.4 | 693 | 4/4/2021 | |
1.0.3 | 560 | 3/30/2021 | |
1.0.2 | 521 | 3/29/2021 | |
1.0.1 | 608 | 3/9/2021 | |
1.0.0 | 503 | 3/2/2021 | |
1.0.0-beta5 | 322 | 2/20/2021 | |
1.0.0-beta4 | 290 | 2/16/2021 | |
1.0.0-beta3 | 326 | 2/11/2021 | |
1.0.0-beta2 | 325 | 2/6/2021 | |
1.0.0-beta1 | 283 | 2/4/2021 | |
1.0.0-alpha20210202 | 314 | 2/2/2021 | |
1.0.0-alpha20210123 | 277 | 1/23/2021 | |
1.0.0-alpha20210105 | 281 | 1/6/2021 | |
1.0.0-alpha2 | 433 | 12/28/2020 |