From a7419c145ac28c56e06c8a8933ea895d9995b4fb Mon Sep 17 00:00:00 2001 From: cmp0xff Date: Sat, 17 Aug 2024 10:44:51 +0000 Subject: [PATCH] =?UTF-8?q?Deploy=20preview=20for=20PR=2077=20=F0=9F=9B=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../models/kepler_problem/index.html | 36 +++++------ pr-preview/pr-77/sitemap.xml | 30 ++++----- pr-preview/pr-77/sitemap.xml.gz | Bin 337 -> 337 bytes .../tutorials/brownian_motion/index.html | 34 +++++----- .../complex_harmonic_oscillator/index.html | 34 +++++----- .../tutorials/harmonic_oscillator/index.html | 28 ++++---- .../harmonic_oscillator_chain/index.html | 60 +++++++++--------- .../pr-77/tutorials/kepler_problem/index.html | 20 +++--- .../pr-77/tutorials/pendulum/index.html | 32 +++++----- 9 files changed, 137 insertions(+), 137 deletions(-) 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 bbf437daed3fc1ec7b174fadb3091c6c5e158573..fb3d348a173c5411982307b65612e4eb55a2e568 100644
GIT binary patch
delta 30
mcmcb}bdiZ&zMF%C;l=)m?DC9THmWNza!m8stmehdzyJV}TnLH)

delta 30
mcmcb}bdiZ&zMF%iVcNcl?DCAuHmWNza?Fg<+Udp3zyJW1+z7}3

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 @@