Skip to content

Commit 99144cc

Browse files
committed
Moved all VPQME derivation work to Derivations, and moved sampleInputVPQME.m and VPQME.m to VPQME folder.
1 parent bab2816 commit 99144cc

9 files changed

+5774
-8570
lines changed

Derivations/VPQME.lyx

+5,773-1,057
Large diffs are not rendered by default.

Derivations/VPQME.pdf

185 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

VPQME.lyx

-7,512
This file was deleted.

VPQME.pdf

-463 KB
Binary file not shown.

VPQME.m VPQME/VPQME.m

File renamed without changes.
File renamed without changes.

sampleInput.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
plot(0:totalT/finalPoint:totalT,real(rho_allElements(3,:)),'r');plot(0:totalT/finalPoint:totalT,imag(rho_allElements(3,:)),'--r');
6666
plot(0:totalT/finalPoint:totalT,real(rho_allElements(3,:)),'r');plot(0:totalT/finalPoint:totalT,-imag(rho_allElements(3,:)),'--r');
6767
plot(0:totalT/finalPoint:totalT,real(rho_allElements(4,:)));
68-
xlabel('time (seconds)');
68+
xlabel('time (seconds)');

0 commit comments

Comments
 (0)