Popular repositories
-
TeXpert
Forked from xiaoyanit/TeXpert
TeX document preparation Android app
Java
-
sharelatex
Forked from sharelatex/sharelatex
A web-based collaborative LaTeX editor
Ruby
-
jaxedit
Forked from zohooo/jaxedit
Online LaTeX editor with instant preview
JavaScript
-
qute-html5
Forked from fbreuer/qute-html5
Qute Text Editor - built with web technologies
JavaScript
-
pythontex
Forked from gpoore/pythontex
A LaTeX package that allows Python code entered within a TeX document to be executed, and the output to be included in the original document.
Python
-
FeynmanDiagram
Forked from hao-wang/FeynmanDiagram
C-program for Feynman diagram generation
Objective-C
5 contributions in the last year
Contribution activity
April - July 2017
March 2017
Wrong PBC condition for superconduncting term.
Hi Miles.
When using the following code
`
int Nx = 4;
int Ny = 3;
int N = Nx * Ny;
auto yperiodic = true;
auto lattice = squareLattice(Nx, Ny, {"YP…