Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#%Module1.0####################################################################### | |
## modulefile for intel compiler | |
# | |
proc ModulesHelp { } { | |
global version | |
puts stderr "\tThis module sets paths for intel c++ and fortran compiler (Intel Composer XE 2020)" | |
} | |
module-whatis "Initialize intel c++ and fortran compiler (Intel Composer XE 2020)" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This repository illustrates a problem with the numpy conda package when run inside a tox environment (using tox-conda on Windows:
Trying to import numpy, e.g. with
python.exe -c "import numpy; print(numpy.__version__)"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage[utf8]{inputenc} | |
\usepackage{pdfpages} | |
\usepackage[ | |
pdfpagelabels=true, | |
pdftitle={Cavity-Enabled Spin Squeezing for a Quantum-Enhanced Atomic Clock}, | |
pdfauthor={Monika Schleier-Smith}, | |
unicode=true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage[utf8]{inputenc} | |
\usepackage{pdfpages} | |
\usepackage[ | |
pdfpagelabels=true, | |
pdftitle={Cavity Quantum Electrodynamics with Ensembles of Ytterbium-171}, | |
pdfauthor={Boris Braverman}, | |
unicode=true, | |
]{hyperref} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Add a warning to the top of any documentation page for the "latest" version | |
on ReadTheDocs (RTD). Somewhat confusingly, "latest" is the latest development | |
version, not the latest release (which is stable). | |
Note that RTD has a builtin feature to show a similar warning on the | |
documentation of old releases. This can be enable in the Admin section on RTD, | |
under "Advanced Settings", "Show version warning" | |
""" | |
# This program is public domain | |
# Author: Michael Goerz |