Message Boards Message Boards

0
|
6051 Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

Get rid of the error message "Syntax::stresc : Unknown string escape \e."?

Posted 6 years ago

I import a model in Mathematica (*.fr file), while Feynrules is compiled ok. (so the error that I get is not related to Feynrules)

And as I compile my model, I get :"Syntax::stresc : Unknown string escape \e." everything else works fine, and Mathematica generates the result and returns True at the end But I cannot get rid of this error.

Here is the part of my model that cause the Syntax Error :

  Sn == {
ParameterType    -> Internal,
Indices          -> {Index[Generation], Index[Generation]},
Definitions      -> {Sn[i_?NumericQ, j_?NumericQ] :> 0  /; (i =!= j)},
Value            -> {Sn[1,1] -> ss[1],  Sn[2,2] -> ss[2] , Sn[3,3] -> ss[3]},
TeX              -> S,
Description      -> "Sine parameter"  }
};

Any suggestion, please?

POSTED BY: shakiba sadeghi

You can use Quiet to suppress the annoying message, if you trust the output to be fine.

POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract