first
pc-1
This commit is contained in:
16
three_body_problem/examples/__init__.py
Normal file
16
three_body_problem/examples/__init__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
"""
|
||||
三体问题示例模块
|
||||
"""
|
||||
|
||||
from .figure8 import run_figure8_example, analyze_figure8_stability
|
||||
from .lagrange import run_lagrange_example, compare_lagrange_points
|
||||
from .random import run_random_example, run_multiple_random_simulations
|
||||
|
||||
__all__ = [
|
||||
"run_figure8_example",
|
||||
"analyze_figure8_stability",
|
||||
"run_lagrange_example",
|
||||
"compare_lagrange_points",
|
||||
"run_random_example",
|
||||
"run_multiple_random_simulations"
|
||||
]
|
||||
Reference in New Issue
Block a user