Skip to content

Commit 4c48bf1

Browse files
committed
Added some standardized recipes for TSH methods
1 parent 3695b3c commit 4c48bf1

File tree

14 files changed

+3156
-453
lines changed

14 files changed

+3156
-453
lines changed

src/libra_py/dynamics/tsh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ***********************************************************
2-
# * Copyright (C) 2020 Alexey V. Akimov
2+
# * Copyright (C) 2020-2025 Alexey V. Akimov
33
# * This file is distributed under the terms of the
44
# * GNU General Public License as published by the
55
# * Free Software Foundation; either version 3 of the

src/libra_py/dynamics/tsh/recipes.py

Lines changed: 0 additions & 282 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# ***********************************************************
2+
# * Copyright (C) 2025 Alexey V. Akimov
3+
# * This file is distributed under the terms of the
4+
# * GNU General Public License as published by the
5+
# * Free Software Foundation; either version 3 of the
6+
# * License, or (at your option) any later version.
7+
# * http://www.gnu.org/copyleft/gpl.txt
8+
# ***********************************************************/
9+
10+
__all__ = [ "fssh_g_jt",
11+
"fssh_g_minus",
12+
"fssh_g_plus",
13+
"fssh_h_jt",
14+
"fssh_h_minus",
15+
"fssh_h_plus",
16+
"fssh_v_jt",
17+
"fssh_v_minus",
18+
"fssh_v_plus"
19+
]

0 commit comments

Comments
 (0)