Theses give an orthorhombic unit cell of graphene sheet: a = 2.46 ang, b= sqrt(3.0)* a = sqrt(3.0)*2.46, c= 1.361789* a (however here 1.361789 may be too small, you may use a larger value, e.g., 10, to increase the thickness of vacuum).
The values of "basis" in your lammps commands give the fractional coordinates of carbon atoms in this orthorhombic unit cell of grapheen sheet.
elements = [ Carbon ] * 4
coordinates = [
( 0.00, 0.00, 0.00 ),
( 0.5, 0.5, 0),
(0.5, 0.16666, 0),
(0, 0.6666,0)
]
g_lattice = SimpleOrthorhombic( a=2.46 * Ang, b= 1.732051* 2.46 *Ang, c=12 *Ang )
g = BulkConfiguration(
g_lattice,
elements,
fractional_coordinates = coordinates
)