Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-spectrometer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qutech
python-spectrometer
Commits
a260c5fa
Commit
a260c5fa
authored
1 year ago
by
Tobias Hangleiter
Browse files
Options
Downloads
Patches
Plain Diff
Remove stale qutil references
parent
c543053f
No related branches found
No related tags found
1 merge request
!1
Fix doc build
Pipeline
#1009732
waiting for manual action
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LICENSE
+3
-2
3 additions, 2 deletions
LICENSE
README.md
+1
-1
1 addition, 1 deletion
README.md
doc/source/index.rst
+5
-5
5 additions, 5 deletions
doc/source/index.rst
with
9 additions
and
8 deletions
LICENSE
+
3
−
2
View file @
a260c5fa
...
@@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively
...
@@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
the "copyright" line and a pointer to where the full notice is found.
qutil
python-spectrometer
Copyright (C) 2020 Quantum Technology Group, RWTH Aachen University
Copyright (C) 2020 Quantum Technology Group, RWTH Aachen University
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
...
@@ -652,7 +652,8 @@ Also add information on how to contact you by electronic and paper mail.
...
@@ -652,7 +652,8 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
notice like this when it starts in an interactive mode:
qutil Copyright (C) 2020 Quantum Technology Group, RWTH Aachen University
python-spectrometer
Copyright (C) 2020 Quantum Technology Group, RWTH Aachen University
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
under certain conditions; type `show c' for details.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
a260c5fa
...
@@ -24,7 +24,7 @@ spect_loaded.show_keys()
...
@@ -24,7 +24,7 @@ spect_loaded.show_keys()
You can also play around with simulated noise (requires
`qopt`
):
You can also play around with simulated noise (requires
`qopt`
):
```
python
```
python
from
qutil.measurement.
spectrometer
import
Spectrometer
,
daq
from
python_
spectrometer
import
Spectrometer
,
daq
spect
=
Spectrometer
(
daq
.
simulator
.
QoptColoredNoise
(
lambda
f
,
A
,
**
_
:
A
/
f
))
spect
=
Spectrometer
(
daq
.
simulator
.
QoptColoredNoise
(
lambda
f
,
A
,
**
_
:
A
/
f
))
spect
.
take
(
'
foobar
'
,
n_avg
=
10
,
n_seg
=
5
,
A
=
42
)
spect
.
take
(
'
foobar
'
,
n_avg
=
10
,
n_seg
=
5
,
A
=
42
)
```
```
...
...
This diff is collapsed.
Click to expand it.
doc/source/index.rst
+
5
−
5
View file @
a260c5fa
..
qutil
documentation master file, created by
..
python-spectrometer
documentation master file, created by
sphinx-quickstart on Wed Jun 8 12:00:57 2022.
sphinx-quickstart on Wed Jun 8 12:00:57 2022.
You can adapt this file completely to your liking, but it should at least
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
contain the root `toctree` directive.
Welcome to
qutil
's documentation!
Welcome to
python_spectrometer
's documentation!
=================================
=================================
==============
.. include:: readme_link.md
.. include:: readme_link.md
:parser: myst_parser.sphinx_
:parser: myst_parser.sphinx_
qutil
API Documentation
python_spectrometer
API Documentation
-----------------------
-----------------------
--------------
.. autosummary::
.. autosummary::
:toctree: _autogen
:toctree: _autogen
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment