# seed (0 gives random seed) = 0 # Nx, sample size in x direction = 30 # Ny, sample size in y direction = 30 # Nz, sample size in z direction = 30 # M_per_kT, normalized diffusion asymmetry = 0.0 # V_per_kT, normalized mixing energy = 0.4 # An_tilde, dimensionless noise amplitude = 0.3 # dtau, timestep = 1.0e-2 # Ss, how many cycles between records = 10 # Ns, how many records in total = 500 # c_start, initial composition = 0.9 // Please, keep the format of this input file, change only the values. // The software reads in the input parameters in this order, taking the numeric value after " = ". // Note the spaces on the two sides of the = sign. //