Aws Quantum Technologies Entities
Braket
- Preview
- Usage
- Definition
import { Braket } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Braket/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRAKET } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, BRAKET)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#ED7100;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.braket;',
},
_original_width: 78,
_original_height: 78,
}
Braket Chandelier
- Preview
- Usage
- Definition
import { BraketChandelier } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<BraketChandelier/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRAKET_CHANDELIER } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, BRAKET_CHANDELIER)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#ED7100;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.braket_chandelier;',
},
_width: 53,
_height: 78,
}
Braket Chip
- Preview
- Usage
- Definition
import { BraketChip } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<BraketChip/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRAKET_CHIP } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, BRAKET_CHIP)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#ED7100;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.braket_chip;',
},
_original_width: 78,
_original_height: 78,
}
Braket Embedded Simulator
- Preview
- Usage
- Definition
import { BraketEmbeddedSimulator } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<BraketEmbeddedSimulator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRAKET_EMBEDDED_SIMULATOR } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, BRAKET_EMBEDDED_SIMULATOR)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#ED7100;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.braket_embedded_simulator;',
},
_original_width: 78,
_original_height: 78,
}
Braket Managed Simulator
- Preview
- Usage
- Definition
import { BraketManagedSimulator } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<BraketManagedSimulator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRAKET_MANAGED_SIMULATOR } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, BRAKET_MANAGED_SIMULATOR)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#ED7100;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.braket_managed_simulator;',
},
_original_width: 78,
_original_height: 78,
}
Braket Noise Simulator
- Preview
- Usage
- Definition
import { BraketNoiseSimulator } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<BraketNoiseSimulator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRAKET_NOISE_SIMULATOR } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, BRAKET_NOISE_SIMULATOR)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#ED7100;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.braket_noise_simulator;',
},
_original_width: 78,
_original_height: 78,
}
Braket QPU
- Preview
- Usage
- Definition
import { BraketQpu } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<BraketQpu/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRAKET_QPU } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, BRAKET_QPU)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#ED7100;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.braket_qpu;',
},
_original_width: 78,
_original_height: 78,
}
Braket Simulator
- Preview
- Usage
- Definition
import { BraketSimulator } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<BraketSimulator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRAKET_SIMULATOR } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, BRAKET_SIMULATOR)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#ED7100;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.braket_simulator;',
},
_original_width: 78,
_original_height: 70,
}
Braket Simulator 2
- Preview
- Usage
- Definition
import { BraketSimulator2 } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<BraketSimulator2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRAKET_SIMULATOR_2 } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, BRAKET_SIMULATOR_2)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#ED7100;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.braket_simulator_1;',
},
_original_width: 78,
_original_height: 78,
}
Braket Simulator 3
- Preview
- Usage
- Definition
import { BraketSimulator3 } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<BraketSimulator3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRAKET_SIMULATOR_3 } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, BRAKET_SIMULATOR_3)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#ED7100;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.braket_simulator_2;',
},
_original_width: 78,
_original_height: 78,
}
Braket Simulator 4
- Preview
- Usage
- Definition
import { BraketSimulator4 } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<BraketSimulator4/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRAKET_SIMULATOR_4 } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, BRAKET_SIMULATOR_4)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#ED7100;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.braket_simulator_3;',
},
_original_width: 78,
_original_height: 78,
}
Braket Simulator 5
- Preview
- Usage
- Definition
import { BraketSimulator5 } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<BraketSimulator5/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRAKET_SIMULATOR_5 } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, BRAKET_SIMULATOR_5)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#ED7100;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.braket_simulator_4;',
},
_original_width: 78,
_original_height: 78,
}
Braket State Vector
- Preview
- Usage
- Definition
import { BraketStateVector } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<BraketStateVector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRAKET_STATE_VECTOR } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, BRAKET_STATE_VECTOR)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#ED7100;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.braket_state_vector;',
},
_original_width: 78,
_original_height: 78,
}
Braket Tensor Network
- Preview
- Usage
- Definition
import { BraketTensorNetwork } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<BraketTensorNetwork/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRAKET_TENSOR_NETWORK } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, BRAKET_TENSOR_NETWORK)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#ED7100;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.braket_tensor_network;',
},
_original_width: 78,
_original_height: 78,
}
Quantum Technologies
- Preview
- Usage
- Definition
import { QuantumTechnologies } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<QuantumTechnologies/>
// or
import { extendStyle } from "@dinghy/base-components";
import { QUANTUM_TECHNOLOGIES } from '@dinghy/diagrams/entitiesAwsQuantumTechnologies'
<Shape
{...props}
_style={extendStyle(props, QUANTUM_TECHNOLOGIES)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#ED7100;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.quantum_technologies;',
},
_original_width: 78,
_original_height: 78,
}