You've already forked HeurAMS-legacy
更新
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from .electron import Electron
|
||||
from .nucleon import Nucleon
|
||||
from .orbital import Orbital
|
||||
from typing import TypedDict
|
||||
import pathlib
|
||||
import typing
|
||||
@@ -13,7 +14,7 @@ class AtomRegister(TypedDict):
|
||||
electron: Electron
|
||||
electron_path: pathlib.Path
|
||||
electron_fmt: str
|
||||
orbital: dict
|
||||
orbital: Orbital
|
||||
orbital_path: pathlib.Path
|
||||
orbital_fmt: str
|
||||
|
||||
@@ -26,8 +27,6 @@ class Atom():
|
||||
以及关联路径
|
||||
"""
|
||||
|
||||
|
||||
|
||||
def __init__(self, ident = ""):
|
||||
self.ident = ident
|
||||
self.register: AtomRegister = { # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user