PyEnergyDiagrams:这是一个使用Python和matplotlib绘制能量分布图的简单脚本

时间:2024-05-28 09:12:42
【文件属性】:

文件名称:PyEnergyDiagrams:这是一个使用Python和matplotlib绘制能量分布图的简单脚本

文件大小:130KB

文件格式:ZIP

更新时间:2024-05-28 09:12:42

Python

PyEnergy图 这是一个使用Python和matplotlib绘制能量分布图的简单模块。 安装 如果您不熟悉Python,最简单的入门方法是使用这样的发行版。 然后,您可以使用终端通过pip安装模块: pip install git+https://github.com/giacomomarchioro/PyEnergyDiagrams 唯一的要求是 ,由defult使用Anaconda安装。 如何使用它? from energydiagram import ED diagram = ED () diagram . add_level ( 0 , 'Separated Reactants' ) diagram . add_level ( - 5.4 , 'mlC1' ) diagram . add_level ( - 15.6 , 'mlC2' , 'last' ,) #Using


【文件预览】:
PyEnergyDiagrams-master
----md_images()
--------Final.png(34KB)
--------With_IDs.png(21KB)
--------Explained.jpg(26KB)
--------test.py(5B)
--------boxplot.png(52KB)
----LICENSE(1KB)
----energydiagram()
--------test_2.py(729B)
--------tests()
--------energydiagram.py(12KB)
--------__init__.py(138B)
--------box_notation.py(3KB)
----requirements.txt(10B)
----setup.py(674B)
----.gitignore(98B)
----README.md(4KB)

网友评论