-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
executable file
·99 lines (74 loc) · 2.77 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Version 0.1.0
Wed May 9 22:23:47 CEST 2018 John Lapeyre
* Update many things
* Migrate to github
* Renumber git tags for previous versions, to agree with
symantic versioning. E.g. the last version was 0.0.12
Version 0.12
2008-09-03 John Lapeyre <[email protected]>
* added some Mma compatibility functions.
* added some functions and ideas from code of R Griffiths
* added more helper functions
Version 0.11
2008-09-01 John Lapeyre <[email protected]>
* added normalize_matrix. documented this and normalize_vector.
Version 0.10
2008-09-01 John Lapeyre <[email protected]>
* added separable(state)
* braketp (ketp, brap, square_matp were added last revision)
* add some error detection
* add zip distribution form
* found a few ther QC computer algebra packages to look at.
Version 0.09
2008-08-28 John Lapeyre <[email protected]>
* add concurrence, some docs for it.
* start bibliography, create bst, get links working
* remove some old code from qinf.mac, put it in optional_qinf.mac
* fixed documentation: quirks, inaccuracies, index
* add other functions. not documented.
* add (crude) install script
Version 0.08
2008-08-27 John Lapeyre <[email protected]>
* fixed bugs in gates. added some documentation for them.
* added werner state, GHZ states
Version 0.07
2008-08-27 John Lapeyre <[email protected]>
* added quantum gates, insert_operator, etc.
Version 0.07
2008-08-25 John Lapeyre <[email protected]>
* corrected errors in manual and cleaned up entanglement
swapping section.
* automated packaging more. Almost everything is built
and packaged automatically.
Version 0.06
2008-08-25 John Lapeyre <[email protected]>
* translate some functions to lisp, adding
file qinf.lisp
* renamed tostate to tovect
* added tsallis and renyi entropy
* added floating point versions of entropys
* edited manual
Version 0.05
2008-08-18 John Lapeyre <[email protected]>
* edits to manual, pdf and html
* reorganized pauli expansion functions
* added example of pauli expansion functions.
Version 0.04
2008-08-18 John Lapeyre <[email protected]>
* create passable html version of manual
* add pdf table of contents/index links.
* other work on manual
Version 0.03
2008-08-16 John Lapeyre <[email protected]>
* much work on manual
* add ptracen function and regression test
* add matcols function
* convert figure to pdf so it builds with pdflatex
* changed directory structure
Version 0.02
2008-08-12 John Lapeyre <[email protected]>
* reformatted to remove hanging parentheses
* started documentation in qinf.tex
Version 0.01
2008-08-11 John Lapeyre <[email protected]>
* initial release