diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2002-12-02 19:21:08 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2002-12-02 19:21:08 +0000 |
commit | 9815096db22c73cacdbb65512d1b61d633db7fa8 (patch) | |
tree | 4a6582ead85b8efd031f68e717fbc8a5b3a3df3f /externals/grill/vasp/max/vasp.hilbert | |
parent | 0a109da279e9df66fb5ea7d6bdaeffed16592f02 (diff) |
"version 0.1.1"
svn path=/trunk/; revision=267
Diffstat (limited to 'externals/grill/vasp/max/vasp.hilbert')
-rwxr-xr-x | externals/grill/vasp/max/vasp.hilbert | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/externals/grill/vasp/max/vasp.hilbert b/externals/grill/vasp/max/vasp.hilbert new file mode 100755 index 00000000..3348d665 --- /dev/null +++ b/externals/grill/vasp/max/vasp.hilbert @@ -0,0 +1,25 @@ +max v2; +#N vpatcher 380 246 816 656; +#P inlet 27 68 15 0; +#P outlet 27 317 15 0; +#P newex 27 288 52 196617 vasp.c!fft; +#P newex 27 263 62 196617 vasp.sync 2; +#P newex 48 235 45 196617 vasp.= 0; +#P newex 27 182 49 196617 vasp.cfft; +#P newex 48 213 55 196617 vasp.upper; +#P newex 27 154 62 196617 vasp.sync 2; +#P newex 50 123 45 196617 vasp.= 0; +#P newex 50 101 43 196617 vasp.im; +#P comment 17 32 150 196617 Hilbert transformation needs real and complex vectors; +#P connect 10 0 3 0; +#P connect 3 0 5 0; +#P connect 5 0 7 0; +#P connect 7 0 8 0; +#P connect 8 0 9 0; +#P connect 5 0 4 0; +#P connect 4 0 6 0; +#P connect 10 0 1 0; +#P connect 1 0 2 0; +#P connect 2 0 3 1; +#P connect 6 0 7 1; +#P pop; |