Files
HeurAMS/src/heurams/kernel/reactor/rtk.py
2025-10-18 00:01:56 +08:00

11 lines
249 B
Python

# 核心流程状态机
import heurams.kernel.particles as pt
import heurams.services.timer as timer
from typing import Tuple
from .apparatus import Apparatus
class Reactor():
def __init__(self, atoms):
# atoms 是原子列表