Post your .asc file. Then we can poke and prod it till we find out what's wrong.
However (as Zero999 has already pointed out) .tran 1n is deeply suspicious - to reach a steady state in only 1 nanosecond, all time constants inside your OPAMP model would need to be less than a fifth of that, i.e. 0.2ns, and the OPAMPs gain bandwidth product (GBW) would need to be greater than 50 x 109 which is patently ridiculous as industry flagship fast OPAMPs typically have an order of magnitude lower GBW.
Try: .tran 1m
.op presents its results as a fairly unfriendly table of node voltages and currents. Its great for serious engineering, but rather intimidating if you are just prodding around in a circuit. Instead, why not try a dc sweep, which will give you the input to output transfer function of your circuit - great for checking if you've got enough headroom for your application's input range without railing the output. You've got to pick the source to sweep, and the sweep limits. You can also pick the step size, but unless you are sweeping multiple sources, just leave LTspice to determine that.
Try: .dc V3 0 1
Edit: corrected suggested source for .dc sweep