Skip to content

Commit

Permalink
remove UI image and fix link to branding image (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolincs committed Jul 1, 2021
1 parent 61b9da3 commit e6669f3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Qiskit Metal
[![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/slack-@qiskit-yellow.svg?logo=slack&style=popout-square)](https://ibm.co/joinqiskitslack)
[![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/slack-@qiskit-yellow.svg?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)

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

0 comments on commit e6669f3

Please sign in to comment.