Needs["hirota`"] n=3; B[f_, g_]:=Dx[8,x,f,g]+Dxt[1,1,x,t,f,g]; name="7th_order_KdV"; myfile="h_7kdv.o"; OpenLog[myfile]; (* Do not run this case with the symbolic test for 4 solitons set to true *) (* unless you have a lot of patience or a large computer *) hirota[B,name,n,2,1,True,False]; CloseLog[];