this guide may be outdated for MacOS versions beyond 10.14 Mojave (and implied Xcode versions)
Table of Contents
this guide may be outdated for MacOS versions beyond 10.14 Mojave (and implied Xcode versions)
Table of Contents
wget "https://github.com/aniabrown/QuEST/archive/v0.11.1.tar.gz"
tar -xf v0.11.1.tar.gz
rm v0.11.1.tar.gz
cp -r QuEST-0.11.1/QuEST QuEST
rm -r QuEST-0.11.1/
On Materials ethernet, connect with
Otherwise, VPN to Oxford (server: vpn.ox.ac.uk
, account: [email protected]
) and connect with
The simulation code used in our recent study of using variational imaginary time evolution on hybrid classical-quantum computers to discover energy spectra can be viewed here on github.
Here's a convenient method for generating vector-graphic LateX equations for Microsoft Powerpoint presentations
You can generate a pdf on your machine which is cropped around a single equation with this LaTeX template
\documentclass[border=0pt,varwidth,fleqn]{standalone}
\usepackage{amsmath,amssymb}
\begin{document}
\setlength{\mathindent}{0pt}
Simply write your code in an editor which supports copying code with formatting (e.g. as RTF), such as WordPad, Visual Studio, TextMate and Notepad++. You can then copy the code directly into Powerpoint, preserving the formatting and syntax highlighting.
I prefer using TextMate on OSX. In TextMate, simply highlight a section of code, then click Bundles > TextMate > Copy Selection as RTF
and paste this straight into Powerpoint. This will preserve the highlighting used by your TextMate theme, which you can change via View > Theme >
You can further mimic the font, which you can view in TextMate by View > Font >
Here's how to render plots in Mathematica which fit nicely into LaTeX documents.
First, download the LaTeX fonts onto your machine. This page describes how to do so for MaCOS. This is not needed on Ubuntu.
To use the LaTeX font for both axis-numbers and labels, add this option to your plot on Mac OS:
LabelStyle -> {FontFamily -> "CMU Serif", FontSize -> 12}
and this on Ubuntu:
Here's how to create and connect to remote Mathematica kernels running on the Victor and Igor machines in the office.
These instructions currently do not describe how to connect through a VPN outside of Oxford.
Skip this step. Windows users must instead enter the questlink@
password for Victor or Igor each time they connect to a remote kernel through Mathematica.