update README

1. update root README, pointer to all proj
2. create all README
Powered by claude code, maybe mistake, checked and commit manually.
This commit is contained in:
2025-09-12 14:58:58 +08:00
parent f539792fd1
commit b4c04343e8
27 changed files with 964 additions and 74 deletions

27
cord/README.md Normal file
View File

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