diff --git a/pr-preview/pr-77/references/models/kepler_problem/index.html b/pr-preview/pr-77/references/models/kepler_problem/index.html index 0a56c2b..7687192 100644 --- a/pr-preview/pr-77/references/models/kepler_problem/index.html +++ b/pr-preview/pr-77/references/models/kepler_problem/index.html @@ -1034,7 +1034,11 @@

Source code in hamilflow/models/kepler_problem/model.py -
 71
+              
 67
+ 68
+ 69
+ 70
+ 71
  72
  73
  74
@@ -1140,11 +1144,7 @@ 

174 175 176 -177 -178 -179 -180 -181

class Kepler2D:
+177
class Kepler2D:
     r"""Kepler problem in two dimensional space.
 
     :param system: the Kepler problem system definition
@@ -1336,7 +1336,11 @@ 

Source code in hamilflow/models/kepler_problem/model.py -
49
+              
45
+46
+47
+48
+49
 50
 51
 52
@@ -1351,11 +1355,7 @@ 

61 62 63 -64 -65 -66 -67 -68

class Kepler2DIoM(BaseModel):
+64
class Kepler2DIoM(BaseModel):
     """The integrals of motion for a Kepler problem
 
     :cvar ene: the energy
@@ -1467,7 +1467,11 @@ 

Source code in hamilflow/models/kepler_problem/model.py -
23
+              
19
+20
+21
+22
+23
 24
 25
 26
@@ -1486,11 +1490,7 @@ 

39 40 41 -42 -43 -44 -45 -46

class Kepler2DSystem(BaseModel):
+42
class Kepler2DSystem(BaseModel):
     r"""Definition of the Kepler problem
 
     Potential:
diff --git a/pr-preview/pr-77/sitemap.xml b/pr-preview/pr-77/sitemap.xml
index fac2a78..e9c5661 100644
--- a/pr-preview/pr-77/sitemap.xml
+++ b/pr-preview/pr-77/sitemap.xml
@@ -2,77 +2,77 @@
 
     
          https://kausalflow.github.io/hamilflow/
-         2024-08-16
+         2024-08-17
          daily
     
     
          https://kausalflow.github.io/hamilflow/changelog/
-         2024-08-16
+         2024-08-17
          daily
     
     
          https://kausalflow.github.io/hamilflow/references/
-         2024-08-16
+         2024-08-17
          daily
     
     
          https://kausalflow.github.io/hamilflow/references/models/brownian_motion/
-         2024-08-16
+         2024-08-17
          daily
     
     
          https://kausalflow.github.io/hamilflow/references/models/harmonic_oscillator/
-         2024-08-16
+         2024-08-17
          daily
     
     
          https://kausalflow.github.io/hamilflow/references/models/harmonic_oscillator_chain/
-         2024-08-16
+         2024-08-17
          daily
     
     
          https://kausalflow.github.io/hamilflow/references/models/kepler_problem/
-         2024-08-16
+         2024-08-17
          daily
     
     
          https://kausalflow.github.io/hamilflow/references/models/pendulum/
-         2024-08-16
+         2024-08-17
          daily
     
     
          https://kausalflow.github.io/hamilflow/tutorials/
-         2024-08-16
+         2024-08-17
          daily
     
     
          https://kausalflow.github.io/hamilflow/tutorials/brownian_motion/
-         2024-08-16
+         2024-08-17
          daily
     
     
          https://kausalflow.github.io/hamilflow/tutorials/complex_harmonic_oscillator/
-         2024-08-16
+         2024-08-17
          daily
     
     
          https://kausalflow.github.io/hamilflow/tutorials/harmonic_oscillator/
-         2024-08-16
+         2024-08-17
          daily
     
     
          https://kausalflow.github.io/hamilflow/tutorials/harmonic_oscillator_chain/
-         2024-08-16
+         2024-08-17
          daily
     
     
          https://kausalflow.github.io/hamilflow/tutorials/kepler_problem/
-         2024-08-16
+         2024-08-17
          daily
     
     
          https://kausalflow.github.io/hamilflow/tutorials/pendulum/
-         2024-08-16
+         2024-08-17
          daily
     
 
\ No newline at end of file
diff --git a/pr-preview/pr-77/sitemap.xml.gz b/pr-preview/pr-77/sitemap.xml.gz
index bbf437d..fb3d348 100644
Binary files a/pr-preview/pr-77/sitemap.xml.gz and b/pr-preview/pr-77/sitemap.xml.gz differ
diff --git a/pr-preview/pr-77/tutorials/brownian_motion/index.html b/pr-preview/pr-77/tutorials/brownian_motion/index.html
index bfff84f..34ec3fa 100644
--- a/pr-preview/pr-77/tutorials/brownian_motion/index.html
+++ b/pr-preview/pr-77/tutorials/brownian_motion/index.html
@@ -1347,7 +1347,7 @@