-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sneg library by Rok Zitko has been added. It realizes second quantization technique.
- Loading branch information
Vasil Saroka
committed
Apr 10, 2021
1 parent
de9a6ba
commit ff14e6f
Showing
7 changed files
with
4,317 additions
and
49 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
(* Paclet Info File *) | ||
|
||
(* created 2021/03/04*) | ||
(* created 2021/04/08*) | ||
|
||
Paclet[ | ||
Name -> "TBpack", | ||
Version -> "0.3.0", | ||
Version -> "0.4.0", | ||
MathematicaVersion -> "10.0+", | ||
Description -> "Tight-binding calculations in Mathematica.", | ||
Creator -> "Vasil Saroka <[email protected]>", | ||
|
@@ -23,7 +23,7 @@ | |
Publisher -> "vasilsaroka", | ||
URL -> "https://github.com/vasilsaroka/TBpack", | ||
Support -> "https://t.me/vasilsaroka", | ||
Icon -> "Logo_2.png", | ||
Icon -> "Logo_3.png", | ||
UUID -> "MaTeX documentation embeded", | ||
Location -> "https://github.com/vasilsaroka/TBpack", | ||
Extensions -> | ||
|
This file contains 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
This file contains 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
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
(* Mathematica Package *) | ||
(* Created by IntelliJ IDEA http://wlplugin.halirutan.de/ *) | ||
|
||
(* ::Package:: *) | ||
|
||
(* :Title: MaTeX *) | ||
(* :Author: Szabolcs Horvat <[email protected]> *) | ||
(* :Context: MaTeX` *) | ||
(* :Version: 1.7.8 *) | ||
(* :Date: 2015-03-04 *) | ||
|
||
(* :Mathematica Version: %%mathversion%% *) | ||
(* :Mathematica Version: 10.0+ *) | ||
(* :Copyright: (c) 2019 Szabolcs Horvat *) | ||
|
||
|
||
|
@@ -246,7 +248,7 @@ | |
|
||
$configOK = pdflatexOK && gsOK && cacheSizeOK && workingDirectoryOK; | ||
If[Not[$configOK] && $Notebooks, | ||
Print@StringForm["`` for documentation on configuring MaTeX.", Hyperlink["Click here", "paclet:MaTeX/tutorial/ConfiguringMaTeX"]] | ||
Print@StringForm["`` for documentation on configuring MaTeX.", Hyperlink["Click here", "paclet:TBpack/tutorial/ConfiguringMaTeX"]] | ||
]; | ||
] | ||
|
||
|
Oops, something went wrong.