Files
tools/cord/README.md
flt6 b4c04343e8 update README
1. update root README, pointer to all proj
2. create all README
Powered by claude code, maybe mistake, checked and commit manually.
2025-09-12 14:58:58 +08:00

27 lines
684 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# cord
化学反应坐标图生成工具。
## 功能
创建化学反应的反应坐标图,使用贝塞尔曲线展示反应过程中的能量变化,支持交互式图表显示。
## 使用方法
1. 运行 `streamlit run main.py`
2. 在网页界面中上传包含反应数据的Excel或CSV文件
3. 文件需包含"Name"和"Energy"两列
4. 程序将自动生成反应坐标图
## 数据格式
- 支持Excel (.xlsx) 和CSV (.csv) 格式
- 能量单位Hartree程序自动转换为kcal/mol
- 列名Name反应物/过渡态/产物名称Energy能量值
## 特性
- 交互式Web界面
- 自动单位转换
- 美观的曲线图表
- 支持多步反应