Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 310adcc

Browse files
FermiousFermious
authored andcommitted
meow
1 parent cf19b12 commit 310adcc

File tree

8 files changed

+72
-33
lines changed

8 files changed

+72
-33
lines changed

_bs_physics/chem313.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ slug: chem313
66
credits: 3-0-3
77
level: 300
88
description: Introduction to computational methods in chemistry including quantum mechanics, molecular modeling, and computational tools.
9-
prerequisites: CHEM 201, PHYS 102
9+
prerequisites: CHEM 311
1010
semester_offered: F
1111
course_type: Elective
1212
---
1313

1414
Introduction to computational methods in chemistry including quantum mechanics, molecular modeling, and computational tools.
1515

16-
**Prerequisites:** CHEM 201, PHYS 102
16+
**Prerequisites:** CHEM 311
1717

1818
## <i class="fas fa-book"></i> Course Resources
1919

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ collections:
175175
umq_events:
176176
output: true
177177
permalink: /umq-events/:name/
178+
pages:
179+
output: true
180+
permalink: /:path/
178181

179182
defaults:
180183
- scope:

_layouts/bs-physics-resources.html

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
<div
3939
id="{{ HEAD_PREFIX }}{{ group_index }}"
4040
class="card-header d-flex justify-content-between hide-border-bottom"
41+
{% if courses_count > 0 %}
42+
data-bs-toggle="collapse"
43+
data-bs-target="#{{ LIST_PREFIX }}{{ group_index }}"
44+
aria-expanded="true"
45+
aria-label="{{ HEAD_PREFIX }}{{ group_index }}-trigger"
46+
style="cursor: pointer;"
47+
{% endif %}
4148
>
4249
<span class="ms-2">
4350
<i class="far fa-folder{% if courses_count > 0 %}-open{% endif %} fa-fw"></i>
@@ -59,17 +66,11 @@
5966

6067
<!-- Collapse Arrow -->
6168
{% if courses_count > 0 %}
62-
<a
63-
href="#{{ LIST_PREFIX }}{{ group_index }}"
64-
data-bs-toggle="collapse"
65-
aria-expanded="true"
66-
aria-label="{{ HEAD_PREFIX }}{{ group_index }}-trigger"
67-
class="category-trigger hide-border-bottom"
68-
>
69+
<span class="category-trigger hide-border-bottom">
6970
<i class="fas fa-fw fa-angle-down"></i>
70-
</a>
71+
</span>
7172
{% else %}
72-
<span data-bs-toggle="collapse" class="category-trigger hide-border-bottom disabled">
73+
<span class="category-trigger hide-border-bottom disabled">
7374
<i class="fas fa-fw fa-angle-right"></i>
7475
</span>
7576
{% endif %}
@@ -221,6 +222,14 @@ <h6><i class="fas fa-layer-group me-2"></i>Course Levels</h6>
221222
line-height: 1.4;
222223
}
223224

225+
/* Make the entire header clickable */
226+
.card-header[data-bs-toggle="collapse"]:hover {
227+
background-color: var(--card-hover-bg, rgba(0, 0, 0, 0.02));
228+
}
229+
230+
[data-bs-theme="dark"] .card-header[data-bs-toggle="collapse"]:hover {
231+
background-color: var(--card-hover-bg, rgba(255, 255, 255, 0.02));
232+
}
224233

225234
/* Base badge styles */
226235
.badge {

_layouts/course.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ <h1 class="course-title mb-0">{{ page.code }} - {{ page.title }}</h1>
5959
<i class="fas fa-graduation-cap"></i> BS in Physics
6060
</a>
6161
</li>
62-
{% if page.level %}
63-
<li class="breadcrumb-item">
64-
<span class="text-capitalize">{{ page.level }}</span>
65-
</li>
66-
{% endif %}
6762
<li class="breadcrumb-item active" aria-current="page">{{ page.code }}</li>
6863
</ol>
6964
</nav>

_layouts/home.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
{% include lang.html %}
77

8+
<!-- Home Page Header -->
9+
<div class="home-header text-center mb-5">
10+
<h1 class="home-title">𝙸𝚋𝚛𝚊𝚑𝚎𝚎𝚖's Blog</h1>
11+
</div>
12+
813
{% assign all_pinned = site.posts | where: 'pin', 'true' %}
914
{% assign all_normal = site.posts | where_exp: 'item', 'item.pin != true and item.hidden != true' %}
1015

@@ -119,3 +124,19 @@ <h1 class="card-title my-2 mt-md-0">{{ post.title }}</h1>
119124
{% if paginator.total_pages > 1 %}
120125
{% include post-paginator.html %}
121126
{% endif %}
127+
128+
<style>
129+
.home-header {
130+
padding: 2rem 0 1rem 0;
131+
}
132+
.home-title {
133+
font-size: 2.5rem;
134+
font-weight: normal;
135+
color: var(--heading-color, inherit);
136+
}
137+
@media (max-width: 768px) {
138+
.home-title {
139+
font-size: 2rem;
140+
}
141+
}
142+
</style>

_pages/resources/quantum-core.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: page
3+
title: Quantum Computing Core Resources
4+
permalink: /resources/quantum-core/
5+
---
6+
7+
# Quantum Computing Core Resources
8+
9+
Essential texts and references for quantum computing, from foundational concepts to practical implementations.
10+
11+
## Foundational Text (Beginner to Intermediate)
12+
13+
**[Quantum Computation and Quantum Information](/assets/resources/nielsen-chuang-quantum-computation.pdf)** by Michael Nielsen & Isaac Chuang
14+
Often referred to as "Mike and Ike," this is the standard textbook in quantum information science. With over 58,000 citations, it provides a comprehensive introduction assuming minimal prior knowledge of quantum mechanics or computer science. Covers fundamental topics including quantum circuits, quantum algorithms (Fourier transform, search), quantum noise, error correction, and information theory. Essential for building a strong theoretical foundation.
15+
16+
## Hardware and Implementation (Intermediate to Advanced)
17+
18+
**[A Quantum Engineer's Guide to Superconducting Qubits](/assets/resources/quantum-engineers-guide-superconducting-qubits.pdf)** by Krantz et al. (2019)
19+
An introductory guide bridging fundamental concepts with contemporary applications in quantum computing. Reviews 20 years of evolution from basic research to engineering large-scale quantum systems. Covers superconducting circuit design, qubit control, readout techniques, noise properties, and circuit quantum electrodynamics (cQED). Ideal for understanding the hardware implementation of quantum computers.
20+
21+
**[Introduction to Experimental Quantum Measurement with Superconducting Qubits](/assets/resources/experimental-quantum-measurement-superconducting-qubits.pdf)** by Mahdi Naghiloo (2019)
22+
A pedagogical introduction to quantum measurement in superconducting systems, exploring the dynamics of single qubits under continuous monitoring. Covers experimental quantum dynamics, quantum thermodynamics, and weak measurement techniques. Provides an in-depth experimental perspective essential for those working with physical quantum systems.
23+
24+
## Practical Applications (Advanced)
25+
26+
**[Practical Introduction to Benchmarking and Characterization of Quantum Computers](/assets/resources/benchmarking-characterization-quantum-computers.pdf)** by Hashim et al. (2025)
27+
A comprehensive tutorial on quantum characterization, verification, and validation (QCVV) tools. Designed for both newcomers and experts, it provides essential techniques to evaluate and enhance quantum computing performance. Critical for understanding how to assess the quality and reliability of quantum computations in practice.

_umq_events/coplanar-waveguide.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,4 @@ abstract: |
3535

3636
## Recommended Resources
3737

38-
### Foundational Text (Beginner to Intermediate)
39-
40-
**[Quantum Computation and Quantum Information](/assets/resources/nielsen-chuang-quantum-computation.pdf)** by Michael Nielsen & Isaac Chuang
41-
Often referred to as "Mike and Ike," this is the standard textbook in quantum information science. With over 58,000 citations, it provides a comprehensive introduction assuming minimal prior knowledge of quantum mechanics or computer science. Covers fundamental topics including quantum circuits, quantum algorithms (Fourier transform, search), quantum noise, error correction, and information theory. Essential for building a strong theoretical foundation.
42-
43-
### Hardware and Implementation (Intermediate to Advanced)
44-
45-
**[A Quantum Engineer's Guide to Superconducting Qubits](/assets/resources/quantum-engineers-guide-superconducting-qubits.pdf)** by Krantz et al. (2019)
46-
An introductory guide bridging fundamental concepts with contemporary applications in quantum computing. Reviews 20 years of evolution from basic research to engineering large-scale quantum systems. Covers superconducting circuit design, qubit control, readout techniques, noise properties, and circuit quantum electrodynamics (cQED). Ideal for understanding the hardware implementation of quantum computers.
47-
48-
**[Introduction to Experimental Quantum Measurement with Superconducting Qubits](/assets/resources/experimental-quantum-measurement-superconducting-qubits.pdf)** by Mahdi Naghiloo (2019)
49-
A pedagogical introduction to quantum measurement in superconducting systems, exploring the dynamics of single qubits under continuous monitoring. Covers experimental quantum dynamics, quantum thermodynamics, and weak measurement techniques. Provides an in-depth experimental perspective essential for those working with physical quantum systems.
50-
51-
### Practical Applications (Advanced)
52-
53-
**[Practical Introduction to Benchmarking and Characterization of Quantum Computers](/assets/resources/benchmarking-characterization-quantum-computers.pdf)** by Hashim et al. (2025)
54-
A comprehensive tutorial on quantum characterization, verification, and validation (QCVV) tools. Designed for both newcomers and experts, it provides essential techniques to evaluate and enhance quantum computing performance. Critical for understanding how to assess the quality and reliability of quantum computations in practice.
38+
For comprehensive quantum computing resources including foundational texts, hardware implementation guides, and practical applications, visit our [**Quantum Computing Core Resources**](/resources/quantum-core/) page.
-575 KB
Binary file not shown.

0 commit comments

Comments
 (0)