Skip to content

Commit 7d73cde

Browse files
committed
Adding Analytics Tags
1 parent 0607580 commit 7d73cde

File tree

11 files changed

+297
-18
lines changed

11 files changed

+297
-18
lines changed

blog.html

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<html>
22
<head>
3+
<!-- Google tag (gtag.js) -->
4+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0WF2TZ0X6S"></script>
5+
<script>
6+
window.dataLayer = window.dataLayer || [];
7+
function gtag(){dataLayer.push(arguments);}
8+
gtag('js', new Date());
9+
10+
gtag('config', 'G-0WF2TZ0X6S');
11+
</script>
312
<title>Blog</title>
413
<meta charset='UTF-8'>
514
<meta content='width=device-width, initial-scale=1' name='viewport'/>
@@ -110,19 +119,36 @@
110119
</div>
111120
-->
112121

122+
<!-- <div class='blog-post' data-tags='physics'>
123+
<div class='post-row '>
124+
<p class='post-title'>
125+
<a href="blog/spin-representation.html">
126+
Spin Representation
127+
</a>
128+
</p>
129+
<p class='post-date'>
130+
10 November 2025
131+
</p>
132+
</div>
133+
<p class='post-subtitle'>
134+
Explaining the role of group theory as it relates to the property of spin in quantum mechanics.
135+
</p>
136+
<span class='hidden'>5</span>
137+
</div> -->
138+
113139
<div class='blog-post' data-tags='writing'>
114140
<div class='post-row '>
115141
<p class='post-title'>
116-
<a href="blog/vibecoding.html">
117-
Vibe Coding
142+
<a href="blog/my-thoughts-on-the-use-of-ai.html">
143+
My Thoughts on the Use of AI
118144
</a>
119145
</p>
120146
<p class='post-date'>
121147
15 May 2025
122148
</p>
123149
</div>
124150
<p class='post-subtitle'>
125-
My thoughts on AI assistance and the future of programming.
151+
Discussing my experience with AI as it has shaped my development as a programmer.
126152
</p>
127153
<span class='hidden'>4</span>
128154
</div>

blog/eqTable.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0WF2TZ0X6S"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-0WF2TZ0X6S');
12+
</script>
413
<title>The Operator's Handbook</title>
514

615
<meta charset='UTF-8'>

blog/greensfn.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0WF2TZ0X6S"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-0WF2TZ0X6S');
12+
</script>
413
<title>Green's Function</title>
514

615
<meta charset='UTF-8'>

blog/groups_in_physics.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<html>
22
<head>
3+
<!-- Google tag (gtag.js) -->
4+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0WF2TZ0X6S"></script>
5+
<script>
6+
window.dataLayer = window.dataLayer || [];
7+
function gtag(){dataLayer.push(arguments);}
8+
gtag('js', new Date());
9+
10+
gtag('config', 'G-0WF2TZ0X6S');
11+
</script>
312
<title>Nim</title>
413

514
<meta charset='UTF-8'>
Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Vibe Coding</title>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0WF2TZ0X6S"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-0WF2TZ0X6S');
12+
</script>
13+
<title>My Thoughts on the Use of AI</title>
514

615
<meta charset='UTF-8'>
716
<meta content='width=device-width, initial-scale=1' name='viewport'/>
817

9-
<meta name='description' content='My thoughts on AI assistance and the future of programming, including how AI tools like ChatGPT and Cursor have shaped my coding journey and development process.'>
18+
<meta name='description' content='Discussing my experience with AI as it has shaped my development as a programmer.'>
1019
<meta name='keywords' content='ai coding, ai programming, chatgpt coding, cursor ai, ai development tools, programming with ai, software engineering, productivity, deepseek'>
1120
<meta name='author' content='Chase K Osborne'>
1221

1322
<!-- Canonical URL -->
14-
<link rel='canonical' href='https://chasekosborne.github.io/blog/vibecoding.html' />
23+
<link rel='canonical' href='https://chasekosborne.github.io/blog/my-thoughts-on-the-use-of-ai.html' />
1524

1625
<!-- Open Graph / Facebook -->
1726
<meta property='og:type' content='article'>
18-
<meta property='og:url' content='https://chasekosborne.github.io/blog/vibecoding.html'>
19-
<meta property='og:title' content='Vibe Coding'>
20-
<meta property='og:description' content='My thoughts on AI assistance and the future of programming. How AI tools have shaped modern software development.'>
27+
<meta property='og:url' content='https://chasekosborne.github.io/blog/my-thoughts-on-the-use-of-ai.html'>
28+
<meta property='og:title' content='My Thoughts on the Use of AI'>
29+
<meta property='og:description' content='Discussing my experience with AI as it has shaped my development as a programmer.'>
2130
<meta property='og:image' content='https://chasekosborne.github.io/image/vibecoding/Prompt.png'>
2231
<meta property='og:site_name' content='Chase K Osborne'>
2332
<meta property='article:published_time' content='2024-05-15'>
@@ -28,18 +37,18 @@
2837

2938
<!-- Twitter Card -->
3039
<meta name='twitter:card' content='summary_large_image'>
31-
<meta name='twitter:url' content='https://chasekosborne.github.io/blog/vibecoding.html'>
32-
<meta name='twitter:title' content='Vibe Coding'>
33-
<meta name='twitter:description' content='My thoughts on AI assistance and the future of programming.'>
40+
<meta name='twitter:url' content='https://chasekosborne.github.io/blog/my-thoughts-on-the-use-of-ai.html'>
41+
<meta name='twitter:title' content='My Thoughts on the Use of AI'>
42+
<meta name='twitter:description' content='Discussing my experience with AI as it has shaped my development as a programmer.'>
3443
<meta name='twitter:image' content='https://chasekosborne.github.io/image/vibecoding/Prompt.png'>
3544

3645
<!-- JSON-LD Structured Data -->
3746
<script type='application/ld+json'>
3847
{
3948
"@context": "https://schema.org",
4049
"@type": "BlogPosting",
41-
"headline": "Vibe Coding",
42-
"description": "My thoughts on AI assistance and the future of programming, including how AI tools like ChatGPT and Cursor have shaped my coding journey.",
50+
"headline": "My Thoughts on the Use of AI",
51+
"description": "Discussing my experience with AI as it has shaped my development as a programmer.",
4352
"image": "https://chasekosborne.github.io/image/vibecoding/Prompt.png",
4453
"author": {
4554
"@type": "Person",
@@ -55,7 +64,7 @@
5564
"dateModified": "2024-05-15",
5665
"mainEntityOfPage": {
5766
"@type": "WebPage",
58-
"@id": "https://chasekosborne.github.io/blog/vibecoding.html"
67+
"@id": "https://chasekosborne.github.io/blog/my-thoughts-on-the-use-of-ai.html"
5968
}
6069
}
6170
</script>
@@ -86,10 +95,10 @@
8695
<div class='front-matter'>
8796
<div class='wrap'>
8897
<h1>
89-
Vibe Coding
98+
My Thoughts on the Use of AI
9099
</h1>
91100
<h4>
92-
My thoughts on AI assistance and the future of programming.
101+
Discussing my experience with AI as it has shaped my development as a programmer.
93102
</h4>
94103
<div class='bylines'>
95104
<div class='byline'>

blog/nim.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<html>
22
<head>
3+
<!-- Google tag (gtag.js) -->
4+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0WF2TZ0X6S"></script>
5+
<script>
6+
window.dataLayer = window.dataLayer || [];
7+
function gtag(){dataLayer.push(arguments);}
8+
gtag('js', new Date());
9+
10+
gtag('config', 'G-0WF2TZ0X6S');
11+
</script>
312
<title>Nim</title>
413

514
<meta charset='UTF-8'>

blog/paircorrelation.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0WF2TZ0X6S"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-0WF2TZ0X6S');
12+
</script>
413
<title>Pair Correlation</title>
514

615
<meta charset='UTF-8'>

blog/spin-representation.html

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0WF2TZ0X6S"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-0WF2TZ0X6S');
12+
</script>
13+
<title>Spin Representation</title>
14+
15+
<meta charset='UTF-8'>
16+
<meta content='width=device-width, initial-scale=1' name='viewport'/>
17+
18+
<meta name='description' content='Explaining the role of group theory as it relates to the property of spin in quantum mechanics.'>
19+
<meta name='keywords' content='spin representation, quantum mechanics, group theory, SU(2), angular momentum, physics'>
20+
<meta name='author' content='Chase K Osborne'>
21+
22+
<!-- Canonical URL -->
23+
<link rel='canonical' href='https://chasekosborne.github.io/blog/spin-representation.html' />
24+
25+
<!-- Open Graph / Facebook -->
26+
<meta property='og:type' content='article'>
27+
<meta property='og:url' content='https://chasekosborne.github.io/blog/spin-representation.html'>
28+
<meta property='og:title' content='Spin Representation'>
29+
<meta property='og:description' content='Explaining the role of group theory as it relates to the property of spin in quantum mechanics.'>
30+
<meta property='og:image' content='https://chasekosborne.github.io/image/spin-representation/cover.png'>
31+
<meta property='og:site_name' content='Chase K Osborne'>
32+
<meta property='article:published_time' content='2025-11-10'>
33+
<meta property='article:author' content='Chase K Osborne'>
34+
<meta property='article:section' content='Physics'>
35+
<meta property='article:tag' content='Quantum Mechanics'>
36+
<meta property='article:tag' content='Group Theory'>
37+
38+
<!-- Twitter Card -->
39+
<meta name='twitter:card' content='summary_large_image'>
40+
<meta name='twitter:url' content='https://chasekosborne.github.io/blog/spin-representation.html'>
41+
<meta name='twitter:title' content='Spin Representation'>
42+
<meta name='twitter:description' content='Explaining the role of group theory as it relates to the property of spin in quantum mechanics.'>
43+
<meta name='twitter:image' content='https://chasekosborne.github.io/image/spin-representation/cover.png'>
44+
45+
<!-- JSON-LD Structured Data -->
46+
<script type='application/ld+json'>
47+
{
48+
"@context": "https://schema.org",
49+
"@type": "BlogPosting",
50+
"headline": "Spin Representation",
51+
"description": "Explaining the role of group theory as it relates to the property of spin in quantum mechanics.",
52+
"image": "https://chasekosborne.github.io/image/spin-representation/cover.png",
53+
"author": {
54+
"@type": "Person",
55+
"name": "Chase K Osborne",
56+
"url": "https://chasekosborne.github.io"
57+
},
58+
"publisher": {
59+
"@type": "Person",
60+
"name": "Chase K Osborne",
61+
"url": "https://chasekosborne.github.io"
62+
},
63+
"datePublished": "2025-11-10",
64+
"dateModified": "2025-11-10",
65+
"mainEntityOfPage": {
66+
"@type": "WebPage",
67+
"@id": "https://chasekosborne.github.io/blog/spin-representation.html"
68+
}
69+
}
70+
</script>
71+
72+
<link href='../css/blog.css' rel='stylesheet'/>
73+
<link href='../css/trac.css' rel='stylesheet'/>
74+
<link href='../css/markdown.css' rel='stylesheet'/>
75+
76+
<link rel='shortcut icon' href='../image/favicon.png' />
77+
78+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.10.0-rc.1/dist/katex.min.css" integrity="sha384-D+9gmBxUQogRLqvARvNLmA9hS2x//eK1FhVb9PiU86gmcrBrJAQT8okdJ4LMp2uv" crossorigin="anonymous">
79+
80+
<!-- The loading of KaTeX is deferred to speed up page rendering -->
81+
<script src="https://cdn.jsdelivr.net/npm/katex@0.10.0-rc.1/dist/katex.min.js" integrity="sha384-483A6DwYfKeDa0Q52fJmxFXkcPCFfnXMoXblOkJ4JcA8zATN6Tm78UNL72AKk+0O" crossorigin="anonymous"></script>
82+
83+
<!-- To automatically render math in text elements, include the auto-render extension: -->
84+
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.0-rc.1/dist/contrib/auto-render.min.js" integrity="sha384-yACMu8JWxKzSp/C1YV86pzGiQ/l1YUfE8oPuahJQxzehAjEt2GiQuy/BIvl9KyeF" crossorigin="anonymous"
85+
onload="renderMathInElement(document.body);"></script>
86+
</head>
87+
<body>
88+
<div class='content'>
89+
<div class='nav'>
90+
<ul class='wrap'>
91+
<li><a href='../index.html'>Home</a></li>
92+
<li><a href='../blog.html'>Blog</a></li>
93+
</ul>
94+
</div>
95+
<div class='front-matter'>
96+
<div class='wrap'>
97+
<h1>
98+
Spin Representation
99+
</h1>
100+
<h4>
101+
Explaining the role of group theory as it relates to the property of spin in quantum mechanics.
102+
</h4>
103+
<div class='bylines'>
104+
<div class='byline'>
105+
<h3>Published</h3>
106+
<p>10 November 2025</p>
107+
</div>
108+
</div>
109+
<div class='clear'></div>
110+
</div>
111+
</div>
112+
<div class='wrap article'>
113+
114+
<h2 id="introduction">Introduction</h2>
115+
116+
<p>
117+
For most undergraduates, Griffiths Quantum Mechanics is the first
118+
</p>
119+
120+
<h2 id="so3-vs-su2">SO(3) vs SU(2)</h2>
121+
<p>
122+
Rotational symmetries in physical space form the group SO(3), but quantum states transform under SU(2), its double cover.
123+
The correspondence between these groups ensures a \(2:1\) mapping, capturing the fact that a \(360^\circ\) rotation can
124+
introduce a sign change in spinor wavefunctions.
125+
</p>
126+
127+
<h2 id="representations">Representations and Spin</h2>
128+
<p>
129+
Irreducible representations of SU(2) are labeled by half-integers \(j\). Each \(j\) yields a \((2j+1)\)-dimensional space
130+
of spin states. The familiar spin-\(\frac{1}{2}\) particles reside in the fundamental representation, while spin-1 fields
131+
correspond to the adjoint representation.
132+
</p>
133+
134+
<h2 id="ladder-operators">Ladder Operators</h2>
135+
<p>
136+
Using the commutation relations \([J_i, J_j] = i\hbar \epsilon_{ijk} J_k\), one constructs ladder operators \(J_{\pm}\)
137+
to traverse the eigenbasis of \(J_z\). These operators manifest the algebraic structure that group theory predicts.
138+
</p>
139+
140+
<h2 id="physical-implications">Physical Implications</h2>
141+
<p>
142+
Spin-statistics, selection rules, and coupling schemes all follow from these representation-theoretic foundations.
143+
Understanding how group theory constrains spin prepares us to analyze addition of angular momentum and phenomena such as
144+
Stern–Gerlach splitting.
145+
</p>
146+
147+
<h2 id="conclusion">Conclusion</h2>
148+
<p>
149+
Group theory does more than provide abstract structure—it directly informs the quantized nature of spin. Mastery of SU(2)
150+
representations gives a powerful language for reasoning about quantum systems and their symmetries.
151+
</p>
152+
</div>
153+
154+
<div id='bibliography'>
155+
<div class='wrap'>
156+
<ol class="bibliography">
157+
<li><span id="sakurai">Sakurai, J. J., &amp; Napolitano, J. (2017). <i>Modern Quantum Mechanics</i>. Pearson.</span></li>
158+
<li><span id="fulton">Fulton, W., &amp; Harris, J. (2004). <i>Representation Theory</i>. Springer.</span></li>
159+
</ol>
160+
</div>
161+
</div>
162+
</div>
163+
<script>
164+
document.addEventListener("DOMContentLoaded", function () {
165+
renderMathInElement(document.body, {
166+
delimiters: [
167+
{ left: "\\(", right: "\\)", display: false },
168+
{ left: "\\[", right: "\\]", display: true }
169+
]
170+
});
171+
});
172+
</script>
173+
</body>
174+
</html>
175+

0 commit comments

Comments
 (0)