mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-31 00:03:10 +00:00
修补了一些单位处理,bump version to 0.9.11
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Organic Synthesis Station Evaporate Action
|
||||
string vessel
|
||||
float64 pressure
|
||||
float64 temp
|
||||
float64 time
|
||||
float64 stir_speed
|
||||
string solvent
|
||||
string vessel # 目标容器
|
||||
float64 pressure # 真空度
|
||||
float64 temp # 温度
|
||||
string time # 🔧 蒸发时间(支持带单位,如"3 min","180",默认秒)
|
||||
float64 stir_speed # 旋转速度
|
||||
string solvent # 溶剂名称
|
||||
---
|
||||
string return_info
|
||||
bool success
|
||||
|
||||
Reference in New Issue
Block a user