aboutsummaryrefslogtreecommitdiff
path: root/tmp.mac
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-08-04 16:12:44 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-08-04 16:12:44 +0200
commite6cee1630795b118414070d52606b7be1813a328 (patch)
tree6bec7f101c3083f0b01c1bbab72d4318a35669b8 /tmp.mac
parent68c9f207c1a2a6bcc5fb63dae82dd0129891bd28 (diff)
2024-08-04
Diffstat (limited to 'tmp.mac')
-rw-r--r--tmp.mac29
1 files changed, 29 insertions, 0 deletions
diff --git a/tmp.mac b/tmp.mac
new file mode 100644
index 0000000..4bd6efe
--- /dev/null
+++ b/tmp.mac
@@ -0,0 +1,29 @@
+part('(Ndown[a, b]), );
+raise(tensor, )
+
+
+args('(Ndown[a, b]));
+
+
+raise(tensor, index) := sum(ug[''index, m] * ''tensor, m, 1, 2);
+
+raise('(Ndown[a, b]), 'a);
+--> sum(ug[])
+
+:lisp (format t "~A" #$'(Ndown[a,b])$)
+
+:lisp (mfuncall '$mnctimes $ug $ug)
+
+:lisp (displa (mfuncall 'mnctimes $ug $ug));
+
+:lisp #$mcs[1,1,1]$;
+
+mcs[1,1,1]
+
+ug . ug;
+
+:lisp (format t "~A" #$c . d$)
+
+'Ndown[a, b]
+
+('Ndown[a,b])