ERROR: Cannot read_restart after simulation box is defined

Dear Lammps User,

When I am simulating the bulkwater problem, I am getting the following error

ERROR: Cannot read_restart after simulation box is defined (src/read_restart.cpp:82)
Last command: read_restart restart.bulkWater-500000

Both my input file and data files are attached. Let me also know if there is any mistake in my input file.

Regards,
Rajneesh
IIT Mandi (H.P)

in.bulkWater (2.76 KB)

water.data (365 Bytes)

You are apparently using both a read_data and read_restart
command, which both setup the simulation box. Just use
one or the other. You can’t use both.

Steve