Chem#(ChemSharp)
ChemSharp
ChemSharp.Molecules
ChemSharp.Spectroscopy
ChemSharp.UnitConversion
ChemSharp.Rendering
特征
打开并处理与光谱相关的文件(请参阅)
打开并处理分子文件(请参阅)
求和公式运算和元素分析计算
单位转换为(能量,磁性单位,质量)
使用来自和自然常数的元素数据
基本用法(请参阅 )
创建光谱
// Creates an UV/Vis Spectrum
const string path = " files/uvvis.dsw " ;
var uvvis = SpectrumFactory . Create ( path );
// You can also create spectra by choosing the provider
/
1