Integrating Momentum Space: Replacing hslash with d

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 26K views
the1ceman
Messages
28
Reaction score
0
does anyone knw the code for how to produce the d slash notation in the integration measure for momentum space? Where (d slash)^n X=(d^n)X/((2pi)^n).
Basically all i want to do is replace the h:
[tex]\hslash[/tex]
with a d.
 
Physics news on Phys.org
not!

Hi the1ceman! :smile:
the1ceman said:
does anyone knw the code for how to produce the d slash notation in the integration measure for momentum space? Where (d slash)^n X=(d^n)X/((2pi)^n).
Basically all i want to do is replace the h:
[tex]\hslash[/tex]
with a d.

hmm … interesting :rolleyes:

i did a google search, and found this …
NeutronStar said:
Here's a crude make-shift attempt for whatever it's worth. I just did this by goofing around. :biggrin:

I have no idea how to do it formally, of if there even is a formal way to do it.

[tex]\displaystyle{\not} \partial = \gamma_i \partial^i[/tex]

[tex]\displaystyle{\not} p = \gamma_i p^i[/tex]

[tex]\displaystyle{\not}A = \gamma _i A^i[/tex]

He did it by typing \displaystyle{\not} …

but you can also do it with just {\not} …

(presumably because LaTeX regards a letter with a slash through it as "not" that letter :biggrin:)

[tex]{\not} \partial = \gamma_i \partial^i[/tex]
[tex]{\not} p = \gamma_i p^i[/tex]
[tex]{\not}A = \gamma _i A^i[/tex]
 
thanks for the reply tim but I am not after the feynman slash notation! Basically in the latex command \hslash i just want to replace the 'h' by a 'd', so that the top end of the 'd' has a diagonal line through it, not the whole letter (as in the feynman slash notation).
Im almost there, basically i have to create a macro, but i need to find the code for the 'slash' in \hslash.
 
negative space!

robphy said:
Try this
[tex] \newcommand{\dslash}{d \hspace{-0.8ex}\rule[1.2ex]{0.8ex}{.1ex}}<br /> \dslash \hbar [/tex]
(using a horizontal bar).

oh, robphy, that's great! :-p

you've invented negative space! :biggrin:

you've inserted a negative space "after" the d (using \hspace{-0.8ex}), and put a horizontal bar in it. :approve:

(btw, you can leave out "\newcommand" at the start, and "\dslash " at the end: [tex] {d \hspace{-0.8ex}\rule[1.2ex]{0.8ex}{.1ex}}[/tex] :wink:)

Does CERN know about this? :smile:
 
robphy said:
Try this
[tex] \newcommand{\dslash}{d \hspace{-0.8ex}\rule[1.2ex]{0.8ex}{.1ex}}<br /> \dslash \hbar [/tex]
(using a horizontal bar).

thanks for the reply, i have actually done this already, but with a different command, is it possible to get the 'slash' slightly horizontal? Sorry for being so pedantic!