From 3d8458b4fc3f8fa80bf85e7a7f9c0179fe6d29d2 Mon Sep 17 00:00:00 2001 From: Tom Hodson Date: Mon, 21 Nov 2022 11:13:49 +0100 Subject: [PATCH] updates! --- Gemfile.lock | 35 +- README.md | 3 + _drafts/sensor_watch.md | 22 + .../4.3_AMK_Results.html | 2 +- _thesis/5_Conclusion/5_Conclusion.html | 4 + _thesis/toc.html | 7 +- assets/icons/blog/SensorWatch/real_watch.jpg | Bin 0 -> 13517 bytes assets/icons/blog/SensorWatch/watch_back.jpg | Bin 0 -> 12907 bytes .../amk_chapter_background_2.svg | 23901 ++++++++++++++++ .../chapter_cover_references/event_card.svg | 23901 ++++++++++++++++ assets/thesis/event_card.svg | 1620 ++ assets/thesis/event_card_2.svg | 102 + assets/thesis/event_card_3.png | Bin 0 -> 165681 bytes assets/thesis/event_card_3.svg | 1460 + 14 files changed, 51036 insertions(+), 21 deletions(-) create mode 100644 _drafts/sensor_watch.md create mode 100644 assets/icons/blog/SensorWatch/real_watch.jpg create mode 100644 assets/icons/blog/SensorWatch/watch_back.jpg create mode 100644 assets/thesis/chapter_cover_references/amk_chapter_background_2.svg create mode 100644 assets/thesis/chapter_cover_references/event_card.svg create mode 100644 assets/thesis/event_card.svg create mode 100644 assets/thesis/event_card_2.svg create mode 100644 assets/thesis/event_card_3.png create mode 100644 assets/thesis/event_card_3.svg diff --git a/Gemfile.lock b/Gemfile.lock index ed6d3ad..11ea9fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) concurrent-ruby (1.1.10) em-websocket (0.5.3) @@ -12,24 +12,25 @@ GEM ffi (1.15.5) forwardable-extended (2.6.0) http_parser.rb (0.8.0) - i18n (1.10.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) - jekyll (4.2.2) + jekyll (4.3.1) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 1.0) - jekyll-sass-converter (~> 2.0) + jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) - kramdown (~> 2.3) + kramdown (~> 2.3, >= 2.3.1) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.4.0) + mercenary (>= 0.3.6, < 0.5) pathutil (~> 0.9) - rouge (~> 3.0) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) - terminal-table (~> 2.0) - jekyll-feed (0.16.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) + jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) jekyll-redirect-from (0.16.0) jekyll (>= 3.3, < 5.0) @@ -48,22 +49,22 @@ GEM mercenary (0.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.7) - rb-fsevent (0.11.1) + public_suffix (5.0.0) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) - rouge (3.29.0) + rouge (4.0.0) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) - terminal-table (2.0.0) - unicode-display_width (~> 1.1, >= 1.1.1) - unicode-display_width (1.8.0) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.3.0) webrick (1.7.0) PLATFORMS - x86_64-darwin-20 + x86_64-darwin-21 DEPENDENCIES jekyll diff --git a/README.md b/README.md index f350ee3..ba735b6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ Generates my personal website. I copied (rather than forked to preserve previous history of this repo) the template is from https://academicpages.github.io/ which is a Github Pages template for academic websites released under the MIT License. See LICENSE.md. +## Installing Ruby +You probably want to run ruby from a version manager like `chruby`, see [here](https://jekyllrb.com/docs/installation/macos/). + ## Todo - add CMTH talks - fix the OG tags so that https://cards-dev.twitter.com/validator works diff --git a/_drafts/sensor_watch.md b/_drafts/sensor_watch.md new file mode 100644 index 0000000..26759da --- /dev/null +++ b/_drafts/sensor_watch.md @@ -0,0 +1,22 @@ +--- +title: Sensor Watch +date: 2022-02-02 +layout: post +image: +--- + +A while ago I backed a crowdsupply project called [Sensor Watch](https://www.oddlyspecificobjects.com/products/sensorwatch/). It's a replacement logic board for those classic Casio watches that you probably don't know the name of but have certainly seen around. This post goes through the process of getting the board swapped out and programming custom firmware on it. + +I also went opted for the [temperature sensor addon board](https://www.sensorwatch.net/docs/sensorboards/). + +## Compiling the firmware +There is a firmware called Movement that already supports most of the things you probably want a watch to do, uses very little power and exposes a nice interface for writing extensions. + + +[TOTP tokens](https://blog.singleton.io/posts/2022-10-17-otp-on-wrist/) + + + +## Future Ideas +- [Data Runner](https://n-o-d-e.net/datarunner.html) +- [A buzzer motor?](https://www.instructables.com/MAKE-IT-VIBRATE-Vibrator-Module-for-Casio-F-91W/) \ No newline at end of file diff --git a/_thesis/4_Amorphous_Kitaev_Model/4.3_AMK_Results.html b/_thesis/4_Amorphous_Kitaev_Model/4.3_AMK_Results.html index 56f7071..0f53ced 100644 --- a/_thesis/4_Amorphous_Kitaev_Model/4.3_AMK_Results.html +++ b/_thesis/4_Amorphous_Kitaev_Model/4.3_AMK_Results.html @@ -177,7 +177,7 @@ image:

Next, one could investigate whether a QSL phase may exist for other models defined on amorphous lattices with a view to more realistic prospects of observation. Do the properties of the Kitaev-Heisenberg model generalise from the honeycomb to the amorphous case?  [41,43,7274] Alternatively we might look at other lattice construction techniques. For instance we could construct lattices by linking close points  [75] or create simplices from random sites  [76]. Lattices constructed using these methods would likely have a large number of lattice defects where \(z \neq 3\) in the bulk, leading to many localised Majorana zero modes.

We found a small number of lattices for which Lieb’s theorem did not correctly predict the true ground state flux sector. I see two possibilities for what could cause this. Firstly it could be a finite size effect that is amplified by certain rare lattice configurations. It would be interesting to try to elucidate what lattice features are present when Lieb’s theorem fails. Alternatively, it might be telling that the ground state conjecture failed in the toric code A phase where the couplings are anisotropic. We showed that the colouring does not matter in the B phase. However an avenue that I did not explore was whether the particular choice of colouring for a lattice affects the physical properties in the toric code A phase. It is possible that some property of the particular colouring chosen is what leads to these rare failures of Lieb’s theorem.

Overall, there has been surprisingly little research on amorphous quantum many-body phases despite there being plenty of material candidates. I expect the exact chiral amorphous spin liquid to find many generalisations to realistic amorphous quantum magnets.

-

Next Chapter: 5 Conclusion

+

Next Chapter: 5 Conclusion

diff --git a/_thesis/5_Conclusion/5_Conclusion.html b/_thesis/5_Conclusion/5_Conclusion.html index c306471..3e2e2c7 100644 --- a/_thesis/5_Conclusion/5_Conclusion.html +++ b/_thesis/5_Conclusion/5_Conclusion.html @@ -57,6 +57,10 @@ image: --> +

This thesis has focussed on two strongly correlated systems. In these systems the many-body ground state can be complex and often cannot be reduced to or even adiabatically connected to a product state. I looked at the Falicov-Kimball (FK) model and the Kitaev Honeycomb (KH) model and defined extensions to them: the Long-Range Falicov-Kimball (LRFK) model and the Amorphous Kitaev (AK) model.

These models are all exactly solvable. They contain extensively many conserved charges which allow their Hamiltonians, and crucially, the interaction terms within them, to be written in quadratic form. This allows them to be solved using the theoretical machinery of non-interacting systems. In the case of the FK and LRFK models, this solvability arises from what is essentially a separation of timescales. The heavy particles move so slowly that they can be treated as stationary. In the KH and AK models, on the other hand, the origin of the conserved degrees of freedom is more complex. Here, the algebra of the Pauli matrices interacts with the trivalent lattices on which the models are defined, to give rise to an emergent \(\mathbb{Z}_2\) gauge field whose fluxes are conserved. This latter case is a beautiful example of emergence at play in condensed matter. The gauge and Majorana physics of the KH and AK models seems to arise spontaneously from nothing. Of course, this physics was hidden within the structure and local symmetries of the spin Hamiltonian all along.

At first glance, exactly solvable models can seem a little too fine tuned to be particularly relevant to the real world. Surely, these models don’t spontaneously arise in nature? The models studied here provide two different ways to answer this. As we saw in chapter 2, the FK model arises quite naturally as a limit of the Hubbard model. The Hubbard model is not exactly solvable. In fact, the FK model has been used as a way to understand more about the behaviour of the Hubbard model itself and of the Mott insulating state. We have also seen that it can provide insight into other phenomena such as disorder-free localisation. The KH model was not originally proposed as a model of any particular physical system. It was nevertheless a plausible microscopic Hamiltonian and, given its remarkable properties, it is little wonder that material candidates for Kitaev physics were quickly found. In neither case is the model expected to be a perfect description of any material. Indeed, more realistic corrections to each model are likely to break their integrability. Despite this, exactly solvable models, by virtue of being solvable, can provide important insights into the diverse physics of strongly correlated materials.

diff --git a/_thesis/toc.html b/_thesis/toc.html index 3c39b94..df03653 100644 --- a/_thesis/toc.html +++ b/_thesis/toc.html @@ -1,13 +1,13 @@ +
  • 5 Conclusion
  • Appendices