summaryrefslogtreecommitdiff
path: root/gnuplot_2q.plt
diff options
context:
space:
mode:
authorRuben Erlenstedt <rxy626@gmail.com>2019-11-30 16:55:12 +0100
committerRuben Erlenstedt <rxy626@gmail.com>2019-11-30 16:55:12 +0100
commit3c5f2981c616e7375a3155d4bfaffec6e361ff89 (patch)
tree5ca59aa1e54d602058ef23ee8037fb91ae807f1f /gnuplot_2q.plt
parentb3c6bad7b98c156429c88e1ecad4ffb53db2871b (diff)
Adapt time evolution for 2qbit
Diffstat (limited to 'gnuplot_2q.plt')
-rw-r--r--gnuplot_2q.plt7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnuplot_2q.plt b/gnuplot_2q.plt
new file mode 100644
index 0000000..6614b49
--- /dev/null
+++ b/gnuplot_2q.plt
@@ -0,0 +1,7 @@
+set view equal xyz
+set parametric
+set isosamples 34,34
+splot cos(u)*cos(v),cos(u)*sin(v),sin(u) w l lc rgb "#42a4f5"
+replot 'data2q' w points palette pointsize 2 pointtype 7
+;
+pause mouse close