{
	"Notes": "Notes fields replace commenting, which is not standard in JSON.",
	"Description": "This configuration is a simple hybrid environment, with 1 microscopic
		region and 1 mesoscopic region. Both regions are rectangular boxes and they are
		adjacent. There are 1000 molecules initialized uniformaly, so about one half
		of the molecules should remain in each region over time.",
	"Output Filename": "accord_sample_hybrid",
	"Warning Override": false,
	"Simulation Control": {
		"Number of Repeats": 1,
		"Final Simulation Time": 10,
		"Global Microscopic Time Step": 1e-3,
		"Random Number Seed": 1,
		"Max Number of Progress Updates": 100,
		"Small Subvolumes at Hybrid Interface?": true,
		"Max Intrastep Micro to Meso Distance": 10e-6
	},
	"Chemical Properties": {
		"Number of Molecule Types": 2,
		"Diffusion Coefficients": [2e-9, 5e-11],
		"Chemical Reaction Specification": []
	},
	"Environment":	{
		"Subvolume Base Size": 1e-6,
		"Region Specification": [
			{
				"Notes": "",
				"Label": "Left",
				"Parent Label": "",
				"Shape": "Rectangular Box",
				"Type": "Normal",
				"Anchor Coordinate": [0, 0, 0],
				"Integer Subvolume Size": 5,
				"Is Region Microscopic?": false,
				"Number of Subvolumes Per Dimension": [10, 10, 10]
			},
			{
				"Notes": "",
				"Label": "Right",
				"Parent Label": "",
				"Shape": "Rectangular Box",
				"Type": "Normal",
				"Anchor Coordinate": [50e-6, 0, 0],
				"Integer Subvolume Size": 5,
				"Is Region Microscopic?": true,
				"Number of Subvolumes Per Dimension": [10, 10, 10]
			}
		],
		"Actor Specification": [
		{
				"Notes": "Observer of whole system",
				"Is Location Defined by Regions?": true,
				"List of Regions Defining Location": ["Right", "Left"],
				"Is Actor Active?": false,
				"Start Time": 1e-10,
				"Is There Max Number of Actions?": false,
				"Is Actor Independent?": true,
				"Action Interval": 0.1,
				"Is Actor Activity Recorded?": true,
				"Is Time Recorded with Activity?": false,
				"Is Molecule Type Observed?": [true, false],
				"Is Molecule Position Observed?": [false, false]
		},
		{
				"Notes": "Observer of right",
				"Is Location Defined by Regions?": true,
				"List of Regions Defining Location": ["Right"],
				"Is Actor Active?": false,
				"Start Time": 1e-10,
				"Is There Max Number of Actions?": false,
				"Is Actor Independent?": true,
				"Action Interval": 0.1,
				"Is Actor Activity Recorded?": true,
				"Is Time Recorded with Activity?": false,
				"Is Molecule Type Observed?": [true, false],
				"Is Molecule Position Observed?": [false, false]
		},
		{
				"Notes": "Observer of left",
				"Is Location Defined by Regions?": true,
				"List of Regions Defining Location": ["Left"],
				"Is Actor Active?": false,
				"Start Time": 1e-10,
				"Is There Max Number of Actions?": false,
				"Is Actor Independent?": true,
				"Action Interval": 0.1,
				"Is Actor Activity Recorded?": true,
				"Is Time Recorded with Activity?": false,
				"Is Molecule Type Observed?": [true, false],
				"Is Molecule Position Observed?": [false, false]
		},
		{
				"Notes": "Transmitter 1. 1000 molecules",
				"Is Location Defined by Regions?": true,
				"List of Regions Defining Location": ["Right", "Left"],
				"Is Actor Active?": true,
				"Start Time": 0,
				"Is There Max Number of Actions?": false,
				"Is Actor Independent?": true,
				"Action Interval": 1000000,
				"Is Actor Activity Recorded?": true,
				"Random Number of Molecules?": false,
				"Random Molecule Release Times?": false,
				"Release Interval": 0,
				"Slot Interval": 0,
				"Bits Random?": true,
				"Probability of Bit 1": 1,
				"Modulation Scheme": "CSK",
				"Modulation Bits": 1,
				"Modulation Strength": 1000,
				"Is Molecule Type Released?": [true, false]
		}
		]		
	}
}
