Skip to content

Commit e6669f3

Browse files
authored
remove UI image and fix link to branding image (#627)
1 parent 61b9da3 commit e6669f3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Qiskit Metal
2-
[![License](https://img.shields.io/github/license/Qiskit/qiskit-metal.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0)<!--- long-description-skip-begin -->[![Release](https://img.shields.io/github/release/Qiskit/qiskit-metal.svg?style=popout-square)](https://github.com/Qiskit/qiskit-metal/releases)<!--- long-description-skip-begin -->[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4618153.svg)](https://doi.org/10.5281/zenodo.4618153)[![join slack](https://img.shields.io/badge/[email protected]?logo=slack&style=popout-square)](https://ibm.co/joinqiskitslack)
2+
[![License](https://img.shields.io/github/license/Qiskit/qiskit-metal.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0)<!--- long-description-skip-begin -->[![Release](https://img.shields.io/github/release/Qiskit/qiskit-metal.svg?style=popout-square)](https://github.com/Qiskit/qiskit-metal/releases)<!--- long-description-skip-begin -->[![join slack](https://img.shields.io/badge/[email protected]?logo=slack&style=popout-square)](https://ibm.co/joinqiskitslack)[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4618153.svg)](https://doi.org/10.5281/zenodo.4618153)
33

4-
>![Welcome to Qiskit Metal!](docs/images/zkm_banner.png 'Welcome to Qiskit Metal')
5-
#### Qiskit Metal is an open-source framework for engineers and scientists to design superconducting quantum devices with ease.
4+
>![Welcome to Qiskit Metal!](https://github.com/Qiskit/qiskit-metal/blob/main/docs/images/zkm_banner.png 'Welcome to Qiskit Metal')
5+
> Qiskit Metal is an open-source framework for engineers and scientists to design superconducting quantum devices with ease.
66
77
## Installation
88
We encourage installing Qiskit Metal via the pip tool (a python package manager).
@@ -49,7 +49,6 @@ $ python
4949
>>> gui.edit_component('Q1')
5050
>>> gui.autoscale()
5151
```
52-
>![Example Gui #2!](docs/images/readme_gui_example_2.png 'Example Gui #2')
5352
#### Change options.
5453
```python
5554
>>> q1.options.pos_x = '0.5 mm'

0 commit comments

Comments
 (0)