Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial: Deuteron binding energy #580

Merged
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
bc86e9a
Uploading the jupyter notebook that contains the tutorial about deute…
jvscursulim Feb 25, 2022
c7e7c5c
Uploading the jupyter notebook reformatted with black and the pydictl…
jvscursulim Feb 25, 2022
a8e665f
I fixed some typos in the jupyter notebook and added the 18 misspelle…
jvscursulim Feb 26, 2022
fe7207c
Fixing the 'braket' typo in the jupyter notebook and deleting 'braket…
jvscursulim Feb 26, 2022
1bbd0ab
Merge branch 'main' into tutorial-11-deuteron-binding-energy
jvscursulim Mar 10, 2022
2ea5abd
Merge branch 'main' into tutorial-11-deuteron-binding-energy
jvscursulim Mar 12, 2022
536cc9a
Merge branch 'main' into tutorial-11-deuteron-binding-energy
jvscursulim Mar 14, 2022
6738b3b
Merge branch 'main' into tutorial-11-deuteron-binding-energy
jvscursulim May 22, 2022
1ad5203
Fixing the problems in the .pylintdict
jvscursulim May 22, 2022
aa306ff
Merge branch 'tutorial-11-deuteron-binding-energy' of https://github.…
jvscursulim May 22, 2022
036551f
Uploading an updated version of the tutorial with the changes request…
jvscursulim May 22, 2022
cd6b0eb
lint
jvscursulim May 22, 2022
d133506
Adding acknowledgement in the .pylintdict
jvscursulim May 23, 2022
ed4907b
Updating imports to the new modules location (second_q)
jvscursulim Jul 26, 2022
91b2b27
Merge branch 'main' into tutorial-11-deuteron-binding-energy
jvscursulim Aug 4, 2022
eb0241c
Removing hardware and information exceptions
jvscursulim Aug 4, 2022
1af2f41
Making the changes requested by @mrossinek
jvscursulim Aug 4, 2022
29b6aac
Merge branch 'tutorial-11-deuteron-binding-energy' of https://github.…
jvscursulim Aug 4, 2022
e95dcad
lint
jvscursulim Aug 5, 2022
419e19d
Changing plots
jvscursulim Aug 5, 2022
dd82229
Including ansatze and performant
jvscursulim Aug 5, 2022
86c0b89
Merge branch 'main' into tutorial-11-deuteron-binding-energy
jvscursulim Aug 5, 2022
f3c9b3a
Merge branch 'tutorial-11-deuteron-binding-energy' of https://github.…
jvscursulim Aug 5, 2022
b09afda
Merge branch 'main' into tutorial-11-deuteron-binding-energy
jvscursulim Aug 8, 2022
8471c62
Making some changes in the introduction
jvscursulim Aug 11, 2022
a3cad81
Merge branch 'tutorial-11-deuteron-binding-energy' of https://github.…
jvscursulim Aug 11, 2022
f58eda1
Merge branch 'main' into tutorial-11-deuteron-binding-energy
mrossinek Aug 12, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .pylintdict
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
acknowledgement
adjoint
aer
aij
Expand All @@ -12,6 +13,7 @@ ancilla
ancillas
ang
anharmonic
annihilation
ansatz
ansatzes
anticommutation
Expand Down Expand Up @@ -100,6 +102,8 @@ dataset
dcx
debye
deepcopy
deuterium
deuteron
dft
diag
diagonalization
Expand All @@ -109,6 +113,7 @@ diagonalizing
dicts
dimens
dimensionality
dirac
discoverable
distinguishability
dll
Expand All @@ -117,6 +122,7 @@ dof
doi
dt
dtype
dumitrescu
ecr
eigen
eigenfunctions
Expand All @@ -136,6 +142,7 @@ eom
eq
eri
et
eta
eugene
excitations
extrapolator
Expand All @@ -149,6 +156,7 @@ fermion
fermionic
fermionicop
fermions
feynman
filename
fmt
fock
Expand All @@ -173,6 +181,7 @@ gto
hamiltonian
hamiltonians
hardcoded
hardware
hartree
hartrees
hcore
Expand All @@ -195,6 +204,7 @@ ifortvars
ij
ijkl
ik
information
init
initializer
initio
Expand Down Expand Up @@ -225,18 +235,21 @@ jernigan
ji
jl
jordan
josé
jupyter
jw
kanav
ket
kitaev
knowles
kohn
kronecker
kwarg
kwargs
kwds
labelled
lda
leighton
ldots
len
leucine
Expand Down Expand Up @@ -269,6 +282,7 @@ mcrz
mct
mcu
mcx
mentorship
metadata
meth
methionine
Expand Down Expand Up @@ -296,11 +310,13 @@ natom
nd
ndarray
nelec
neutron
neq
networkx
neuropeptide
nicholas
nielsen
nisq
nmodes
noancilla
noint
Expand All @@ -311,6 +327,7 @@ nosignatures
np
npj
ns
nucleus
num
numpy
numpyeigensolver
Expand Down Expand Up @@ -359,6 +376,8 @@ prepended
preprint
preprocesses
proline
protium
proton
ps
pxd
py
Expand Down Expand Up @@ -426,7 +445,9 @@ serine
setia
setted
shende
siddhartha
sklearn
soham
slater
spinop
springer
Expand Down Expand Up @@ -463,6 +484,8 @@ tdg
tensored
terra
th
thermostabilization
theta
threonine
timestamp
toctree
Expand Down Expand Up @@ -510,6 +533,7 @@ versa
vibrational
vibrationalop
vibro
vienna
vmax
vmin
vqe
Expand Down
Loading